Spaces:
Sleeping
Sleeping
David Vaillant
commited on
Commit
·
77e73d7
1
Parent(s):
7d934f3
cache...
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ RUN pip install --no-cache-dir --upgrade numpy
|
|
10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
11 |
|
12 |
COPY . .
|
|
|
13 |
ENV HF_HOME=/code/cache
|
14 |
|
15 |
EXPOSE 7860
|
|
|
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
|