muzammil-eds commited on
Commit
89cb06a
·
1 Parent(s): b4b6ddf

Files added

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -5,6 +5,9 @@ LABEL authors="muzammil"
5
  # Set the working directory inside the container
6
  WORKDIR /app
7
 
 
 
 
8
  # Copy the current directory contents into the container at /app
9
  COPY . /app
10
 
 
5
  # Set the working directory inside the container
6
  WORKDIR /app
7
 
8
+ # Set Hugging Face cache directory to a writable path
9
+ ENV HF_HOME="/app/.cache"
10
+
11
  # Copy the current directory contents into the container at /app
12
  COPY . /app
13