Spaces:
Configuration error
Configuration error
Fixning permission issue
Browse files- 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 |
|