Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -31,5 +31,4 @@ RUN pip install -r requirements.txt
|
|
31 |
RUN unzip data.zip -d /app/data
|
32 |
|
33 |
# Set the default command to run when starting the container
|
34 |
-
CMD ['sudo']
|
35 |
CMD ["python", "m5.py"]
|
|
|
31 |
RUN unzip data.zip -d /app/data
|
32 |
|
33 |
# Set the default command to run when starting the container
|
|
|
34 |
CMD ["python", "m5.py"]
|