sotiriskot commited on
Commit
b487e79
·
verified ·
1 Parent(s): 8e58c90

Update Dockerfile

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