Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,5 +9,6 @@ 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"]
|
|
|
9 |
|
10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
11 |
COPY . .
|
12 |
+
RUN chmod -R 777 static/audio
|
13 |
|
14 |
CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|