broadfield-dev commited on
Commit
ff4f74b
·
verified ·
1 Parent(s): 46b601f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Download the model from Hugging Face
14
 
15
- RUN huggingface-cli login --token $(cat .env | grep HF_TOKEN | cut -d= -f2)
16
  RUN ollama download 'tinyllama'
17
 
18
  # Command to run the application
 
12
 
13
  # Download the model from Hugging Face
14
 
 
15
  RUN ollama download 'tinyllama'
16
 
17
  # Command to run the application