Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 9f24389

Browse files
committed
Update Dockerfile
1 parent 1c27df4 commit 9f24389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN rm /model_fetcher.py
2626
# Add src files (Worker Template)
2727
ADD src .
2828

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

0 commit comments

Comments
 (0)