Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ COPY . .
|
|
| 9 |
|
| 10 |
# Set environment variables for Hugging Face and NLTK
|
| 11 |
ENV HF_HOME=/tmp/hf_home
|
|
|
|
| 12 |
ENV NLTK_DATA=/usr/local/nltk_data
|
| 13 |
|
| 14 |
# Create required directories
|
|
|
|
| 9 |
|
| 10 |
# Set environment variables for Hugging Face and NLTK
|
| 11 |
ENV HF_HOME=/tmp/hf_home
|
| 12 |
+
ENV TRANSFORMERS_CACHE=/tmp/hf_home
|
| 13 |
ENV NLTK_DATA=/usr/local/nltk_data
|
| 14 |
|
| 15 |
# Create required directories
|