Spaces:
Sleeping
Sleeping
David Vaillant
commited on
Commit
·
d804cc4
1
Parent(s):
77e73d7
Permissions fixes.
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -10,7 +10,9 @@ RUN pip install --no-cache-dir --upgrade numpy
|
|
10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
11 |
|
12 |
COPY . .
|
|
|
13 |
RUN chmod a+rwx -R /code/cache
|
|
|
14 |
ENV HF_HOME=/code/cache
|
15 |
|
16 |
EXPOSE 7860
|
|
|
10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
11 |
|
12 |
COPY . .
|
13 |
+
RUN mkdir /.local
|
14 |
RUN chmod a+rwx -R /code/cache
|
15 |
+
RUN chmod a+rwx -R /.local
|
16 |
ENV HF_HOME=/code/cache
|
17 |
|
18 |
EXPOSE 7860
|