th0mascat commited on
Commit
c7494cf
·
verified ·
1 Parent(s): ef7d487

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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