OzoneAsai commited on
Commit
f4bafea
1 Parent(s): f23da53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -8,7 +8,6 @@ WORKDIR /code
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"]
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
11
  COPY . .
12
 
13
  CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]