Benjamin Bossan commited on
Commit
165ed63
1 Parent(s): c1723a7

Fix Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -24,7 +24,5 @@ RUN python3 -m pip install .
24
 
25
  COPY --chown=user "demo.py" .
26
  EXPOSE 7860 8080
27
- COPY --chown=user start2.sh .
28
- RUN chmod +x start2.sh
29
 
30
  CMD ["python3", "demo.py"]
 
24
 
25
  COPY --chown=user "demo.py" .
26
  EXPOSE 7860 8080
 
 
27
 
28
  CMD ["python3", "demo.py"]