renator commited on
Commit
f96db58
·
1 Parent(s): 0cc343d

Fixning permission issue

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ COPY packages/matching.py /usr/local/lib/python3.10/site-packages/librosa/util/m
38
  COPY packages/spectrum.py /usr/local/lib/python3.10/site-packages/librosa/core/spectrum.py
39
  COPY packages/pitch.py /usr/local/lib/python3.10/site-packages/librosa/core/pitch.py
40
  RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/librosa \
41
- && chmod 777 /tmp && mkdir /.local && chmod -R 777 /.local
42
 
43
  # Set the environment variable for the NUMBA cache directory
44
 
 
38
  COPY packages/spectrum.py /usr/local/lib/python3.10/site-packages/librosa/core/spectrum.py
39
  COPY packages/pitch.py /usr/local/lib/python3.10/site-packages/librosa/core/pitch.py
40
  RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/librosa \
41
+ && chmod 777 /tmp && mkdir /.local && chmod -R 777 /.local && mkdir /.cache && chmod -R 777 /.cache
42
 
43
  # Set the environment variable for the NUMBA cache directory
44