lalalic commited on
Commit
1314f14
·
verified ·
1 Parent(s): b8a9c8d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,4 +3,5 @@ WORKDIR /code
3
  COPY ./requirements.txt /code/requirements.txt
4
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
5
  COPY . .
 
6
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "xtts:app"]
 
3
  COPY ./requirements.txt /code/requirements.txt
4
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
5
  COPY . .
6
+ RUN mkdir samples
7
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "xtts:app"]