OzoneAsai commited on
Commit
2b8fb03
·
verified ·
1 Parent(s): 9992505

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
-
12
  COPY . .
13
 
14
  CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
+ RUN mkdir -p static/audio
12
  COPY . .
13
 
14
  CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]