Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -24,8 +24,5 @@ ENV PYTHONUNBUFFERED=1 \
|
|
24 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
25 |
SYSTEM=spaces
|
26 |
|
27 |
-
RUN cd /app/src
|
28 |
-
RUN ls -l
|
29 |
-
|
30 |
# Run app.py when the container launches
|
31 |
CMD ["python", "-m", "fos.server.gradio_app"]
|
|
|
24 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
25 |
SYSTEM=spaces
|
26 |
|
|
|
|
|
|
|
27 |
# Run app.py when the container launches
|
28 |
CMD ["python", "-m", "fos.server.gradio_app"]
|