AshDavid12 commited on
Commit
5d05b3a
·
1 Parent(s): 653976e

hf home change

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.11.1-buster
5
  WORKDIR /
6
 
7
  # Create a writable cache directory for Hugging Face
8
- RUN mkdir -p /hf_cache && chmod -R 777 /app/hf_cache
9
 
10
  # Set the environment variable for the Hugging Face cache
11
  ENV HF_HOME=/hf_cache
 
5
  WORKDIR /
6
 
7
  # Create a writable cache directory for Hugging Face
8
+ RUN mkdir -p /hf_cache && chmod -R 777 /hf_cache
9
 
10
  # Set the environment variable for the Hugging Face cache
11
  ENV HF_HOME=/hf_cache