nadeen-elsayed commited on
Commit
6d26628
Β·
verified Β·
1 Parent(s): 4e265eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -6,10 +6,6 @@ WORKDIR /app
6
  # Install Hugging Face CLI
7
  RUN pip install huggingface_hub
8
 
9
- # Use environment variable for Hugging Face login
10
- ENV HF_TOKEN=${HF_TOKEN}
11
- RUN huggingface-cli login --token "$HF_TOKEN"
12
-
13
  # Ensure the directory exists before copying files
14
  RUN mkdir -p /app
15
 
 
6
  # Install Hugging Face CLI
7
  RUN pip install huggingface_hub
8
 
 
 
 
 
9
  # Ensure the directory exists before copying files
10
  RUN mkdir -p /app
11