smjain commited on
Commit
172b713
1 Parent(s): d87738c

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", "infer_serverless.py"]
 
39
  EXPOSE 5000
40
 
41
  # Command to directly run the Flask application script
42
+ CMD ["python", "myinfer_latest.py"]