Yaya86 commited on
Commit
ffea16f
·
verified ·
1 Parent(s): 933c55c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -13,9 +13,7 @@ RUN useradd -m appuser && chown -R appuser:appuser /home/appuser
13
  # Create the directory and give appropriate permissions
14
  RUN mkdir -p /.ollama && chmod 777 /.ollama
15
 
16
- RUN curl http://https://yaya86-ollama.hf.space:7860/api/pull -d '{
17
- "name": "mixtral"
18
- }'
19
 
20
  CMD ollama serve
21
 
 
13
  # Create the directory and give appropriate permissions
14
  RUN mkdir -p /.ollama && chmod 777 /.ollama
15
 
16
+ RUN curl http://https://yaya86-ollama.hf.space:7860/api/pull -d '{"name": "mixtral"}'
 
 
17
 
18
  CMD ollama serve
19