DataChem commited on
Commit
64d95fb
·
verified ·
1 Parent(s): 44a3db2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ RUN useradd -u 1000 user
6
  ENV PATH="/home/user/.local/bin:$PATH"
7
 
8
  # Set a writable cache directory for Hugging Face Transformers
9
- ENV TRANSFORMERS_CACHE="/app/.cache"
10
- ENV HF_HOME="/app/.cache" # For compatibility with future Transformers versions
11
 
12
  # Set the working directory inside the container
13
  WORKDIR /app
 
6
  ENV PATH="/home/user/.local/bin:$PATH"
7
 
8
  # Set a writable cache directory for Hugging Face Transformers
9
+ ENV TRANSFORMERS_CACHE=/app/.cache
10
+ ENV HF_HOME=/app/.cache # Compatible with future Transformers versions
11
 
12
  # Set the working directory inside the container
13
  WORKDIR /app