Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|