Teamj commited on
Commit
ed52f78
·
verified ·
1 Parent(s): d46e7bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -57,8 +57,8 @@ RUN $POETRY_VENV/bin/pip install --no-cache-dir torch==1.13.1+cu117 -f https://d
57
  WORKDIR /app/reascripts/ReaSpeech
58
  RUN make publish
59
  WORKDIR /app
60
- RUN rm -rf reascripts
61
-
62
  ENTRYPOINT ["python3", "app/run.py", "--build-reascripts"]
63
 
 
 
64
  EXPOSE 9000
 
57
  WORKDIR /app/reascripts/ReaSpeech
58
  RUN make publish
59
  WORKDIR /app
 
 
60
  ENTRYPOINT ["python3", "app/run.py", "--build-reascripts"]
61
 
62
+
63
+
64
  EXPOSE 9000