Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,6 +5,7 @@ COPY app.py .
|
|
5 |
COPY ./models .
|
6 |
|
7 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
|
|
8 |
|
9 |
RUN pip install librosa
|
10 |
|
|
|
5 |
COPY ./models .
|
6 |
|
7 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
8 |
+
RUN sudo chmod 775
|
9 |
|
10 |
RUN pip install librosa
|
11 |
|