Skip to content

Commit

Permalink
cmd: $cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Nasfame <[email protected]>
  • Loading branch information
Nasfame committed Sep 24, 2023
1 parent 21f366c commit 3c006ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ COPY --from=builder /app/.venv /app/venv

# RUN . venv/bin/activate

ENTRYPOINT ["./venv/bin/python","main.py","$cmd"]
ENTRYPOINT ["./venv/bin/python","main.py", "${cmd}"]

CMD ["--train_script=linear-regression.ipynb", "-i=/app/samples/sample_v3/sample_v3.zip"]

0 comments on commit 3c006ce

Please sign in to comment.