npc0 commited on
Commit
2980f36
·
verified ·
1 Parent(s): c1016d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM swipl
2
 
3
  RUN apt-get update
4
  RUN apt-get install -y gcc python3-all python3-dev python3-venv
 
5
  RUN curl -fsSL https://ollama.com/install.sh | sh
6
  RUN ollama pull mxbai-embed-large
7
 
 
2
 
3
  RUN apt-get update
4
  RUN apt-get install -y gcc python3-all python3-dev python3-venv
5
+ RUN apt-get install -y curl
6
  RUN curl -fsSL https://ollama.com/install.sh | sh
7
  RUN ollama pull mxbai-embed-large
8