evildeity commited on
Commit
7b1fce6
·
verified ·
1 Parent(s): 3c385ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
11
  libsm6 \
12
  libxrender1
13
 
 
 
 
14
  # Copy all project files into the Docker image
15
  COPY . /app
16
 
 
11
  libsm6 \
12
  libxrender1
13
 
14
+ # Set Hugging Face cache directory to a writable location
15
+ ENV HF_HOME /app/.cache
16
+
17
  # Copy all project files into the Docker image
18
  COPY . /app
19