smjain commited on
Commit
515828c
1 Parent(s): ca4b9a6

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ RUN mv *.pth weights/ || echo "No weights to move"
39
  EXPOSE 5000
40
 
41
  # Command to directly run the Flask application script
42
- CMD ["python", "myinfer_latest.py"]
 
39
  EXPOSE 5000
40
 
41
  # Command to directly run the Flask application script
42
+ CMD ["python", "infer_serverless.py"]