Spaces:
Sleeping
Sleeping
Sudheer-N
commited on
Commit
·
864a894
1
Parent(s):
795fd05
Force rebuild
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 5 |
|
| 6 |
COPY app.py .
|
| 7 |
|
| 8 |
-
|
| 9 |
# Create cache dir and set env vars so HF/Transformers don't use `/`
|
| 10 |
RUN mkdir -p /app/cache
|
| 11 |
ENV HF_HOME=/app/cache
|
|
|
|
| 5 |
|
| 6 |
COPY app.py .
|
| 7 |
|
|
|
|
| 8 |
# Create cache dir and set env vars so HF/Transformers don't use `/`
|
| 9 |
RUN mkdir -p /app/cache
|
| 10 |
ENV HF_HOME=/app/cache
|