broadfield-dev commited on
Commit
a072efc
·
verified ·
1 Parent(s): f2434eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,8 +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=$HF_TOKEN
15
- RUN ollama run hf.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated-GGUF
16
 
17
 
18
  # 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 ollama serve
 
15
 
16
 
17
  # Command to run the application