AlyanAkram commited on
Commit
e09b7cc
·
verified ·
1 Parent(s): 5fb6a34

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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