Princess3 commited on
Commit
bf51013
1 Parent(s): 28ccec2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,4 +36,4 @@ RUN pip install -r requirements.txt
36
  RUN unzip data.zip -d /app/data
37
 
38
  # Set the default command to run when starting the container
39
- CMD ["python", "model2.py"]
 
36
  RUN unzip data.zip -d /app/data
37
 
38
  # Set the default command to run when starting the container
39
+ CMD ["python", "model.py"]