Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|