Skip to content

Commit

Permalink
revised ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Sep 25, 2024
1 parent e11b66b commit 6d6b323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions images/jupyter-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- jupyter-ai
- jupyter-resource-usage
- jupyter-vscode-proxy
- pypdf
- pip
- pip:
- jupyter-tensorboard-proxy
Expand Down

0 comments on commit 6d6b323

Please sign in to comment.