vhr1007 commited on
Commit
ca56517
·
verified ·
1 Parent(s): 733fb63

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10.9
5
  WORKDIR /app
6
 
7
  # Set a writable directory for Hugging Face cache
8
- # ENV HF_HOME /app/.cache/huggingface
9
 
10
  # Create the cache directory
11
  RUN mkdir -p /app/.cache/huggingface
 
5
  WORKDIR /app
6
 
7
  # Set a writable directory for Hugging Face cache
8
+ ENV HF_HOME /app/.cache/huggingface
9
 
10
  # Create the cache directory
11
  RUN mkdir -p /app/.cache/huggingface