Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -24,5 +24,8 @@ ENV PYTHONUNBUFFERED=1 \
|
|
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"]
|
|
|
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"]
|