Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed May 10, 2023
1 parent 1c27df4 commit 9f24389
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 @@ -26,4 +26,4 @@ RUN rm /model_fetcher.py
# Add src files (Worker Template)
ADD src .

CMD [ "python", "-u", "/rp_handler.py", "--model_tag=${MODEL_TAG}" ]
CMD python -u /rp_handler.py --model_tag=${MODEL_TAG}

0 comments on commit 9f24389

Please sign in to comment.