PetrosStav commited on
Commit
8e58c90
·
verified ·
1 Parent(s): ef43fb2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]