Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -10,8 +10,6 @@ RUN pip install librosa
|
|
10 |
|
11 |
RUN pip install -r requirements.txt
|
12 |
|
13 |
-
RUN
|
14 |
-
|
15 |
-
USER user
|
16 |
|
17 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
10 |
|
11 |
RUN pip install -r requirements.txt
|
12 |
|
13 |
+
RUN mkdir /cache && chmod 777 /cache
|
|
|
|
|
14 |
|
15 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|