broadfield-dev commited on
Commit
7e41bf6
·
verified ·
1 Parent(s): 72a373d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY . /app
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Download the model from Hugging Face
14
- RUN huggingface-cli login --token $HUGGINGFACE_TOKEN
15
  RUN ollama download 'tiny-llama'
16
 
17
  # Command to run the application
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Download the model from Hugging Face
14
+ RUN huggingface-cli login --token ""
15
  RUN ollama download 'tiny-llama'
16
 
17
  # Command to run the application