muryshev commited on
Commit
d10bd7a
β€’
1 Parent(s): 4bb5c50

Update Dockerfile

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