Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|