muryshev commited on
Commit
65ce795
β€’
1 Parent(s): da1b091

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install --trusted-host pypi.python.org flask torch transformers peft acc
11
  # Make port 5000 available to the world outside this container
12
  EXPOSE 7860
13
 
14
- ENV TRANSFORMERS_CACHE /home/user/app/.cache/huggingface
15
 
16
  # Define environment variable
17
  ENV MODEL_NAME "IlyaGusev/saiga2_70b_lora"
 
11
  # Make port 5000 available to the world outside this container
12
  EXPOSE 7860
13
 
14
+ ENV TRANSFORMERS_CACHE /data/.huggingface
15
 
16
  # Define environment variable
17
  ENV MODEL_NAME "IlyaGusev/saiga2_70b_lora"