Spaces:
Running
Running
David Vaillant
commited on
Commit
•
7d934f3
1
Parent(s):
5d3d22f
Added cache folder.
Browse files- Dockerfile +1 -1
- cache/NULL +0 -0
Dockerfile
CHANGED
@@ -10,7 +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
|
14 |
|
15 |
EXPOSE 7860
|
16 |
|
|
|
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
|
16 |
|
cache/NULL
ADDED
File without changes
|