Yaya86 commited on
Commit
6f1f744
·
verified ·
1 Parent(s): ffea16f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +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 '{"name": "mixtral"}'
17
 
18
  CMD ollama serve
19
 
 
13
  # Create the directory and give appropriate permissions
14
  RUN mkdir -p /.ollama && chmod 777 /.ollama
15
 
16
+ WORKDIR /.ollama
17
 
18
  CMD ollama serve
19