Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 339 Bytes

File metadata and controls

16 lines (14 loc) · 339 Bytes

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