mike23415 commited on
Commit
accafc3
·
verified ·
1 Parent(s): 1e944ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -19,10 +19,6 @@ RUN python -m pip install --upgrade pip && \
19
 
20
  COPY app.py .
21
 
22
- # Set Hugging Face token as environment variable
23
- # Replace <your_hf_token> with your actual token
24
- ENV HF_TOKEN=<your_hf_token>
25
-
26
  ENV HF_HOME=/tmp/hf_home
27
  ENV XDG_CACHE_HOME=/tmp/cache
28
 
 
19
 
20
  COPY app.py .
21
 
 
 
 
 
22
  ENV HF_HOME=/tmp/hf_home
23
  ENV XDG_CACHE_HOME=/tmp/cache
24