renator commited on
Commit
9de8cab
·
1 Parent(s): 23200db

Fixning permission issue

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -38,8 +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
42
- # && chmod -R 777 /.local \
43
 
44
  # Set the environment variable for the NUMBA cache directory
45
 
 
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 && chmod -R 777 /home/usr/.local
 
42
 
43
  # Set the environment variable for the NUMBA cache directory
44