Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -49,7 +49,7 @@ COPY --chown=hf-space:hf-space . ${HOME}/app
|
|
49 |
|
50 |
WORKDIR ${HOME}/app
|
51 |
|
52 |
-
RUN mkdir ${HF_HOME} && chmod
|
53 |
|
54 |
RUN pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
55 |
|
|
|
49 |
|
50 |
WORKDIR ${HOME}/app
|
51 |
|
52 |
+
RUN mkdir ${HF_HOME} && chmod a+rwx ${HF_HOME}
|
53 |
|
54 |
RUN pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
55 |
|