Skip to content

Latest commit

 

History

History

dockerfile-python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sample: Dockerfile Python Job

This job sums up given numbers. It provides its own Dockerfile, which is being used by Racetrack when building the job.

Deploying

Run in this directory:

racetrack deploy

Calling a Job

racetrack call dockerfile-python --version=latest /perform '{"numbers":[40,2]}'
# Expect:
# 42.0