From 6d6b323bab532aae2cf836bc0fb287e0c4d07ace Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 25 Sep 2024 16:01:51 -0700 Subject: [PATCH] revised ollama --- images/Dockerfile.gpu | 3 +-- images/jupyter-ai.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile.gpu b/images/Dockerfile.gpu index c1a42b3..b5eb254 100644 --- a/images/Dockerfile.gpu +++ b/images/Dockerfile.gpu @@ -19,8 +19,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh && rm -rf .cache #RUN wget https://github.com/coder/code-server/releases/download/v4.89.1/code-server_4.89.1_amd64.deb && dpkg -i code-server*.deb && rm code-server*.deb # ollama -# RUN curl -fsSL https://ollama.com/install.sh | sh -RUN curl -L https://ollama.com/download/ollama-linux-amd64 -o /usr/local/bin/ollama && chmod +x /usr/local/bin/ollama +RUN curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz && tar -C /usr -xzf ollama-linux-amd64.tgz # some preferences diff --git a/images/jupyter-ai.yml b/images/jupyter-ai.yml index 2cc1106..2e476dc 100644 --- a/images/jupyter-ai.yml +++ b/images/jupyter-ai.yml @@ -6,6 +6,7 @@ dependencies: - jupyter-ai - jupyter-resource-usage - jupyter-vscode-proxy + - pypdf - pip - pip: - jupyter-tensorboard-proxy