Skip to content

Commit

Permalink
here we go!
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Sep 21, 2024
1 parent 71a39ff commit 21852a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/Dockerfile.pytorch
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM quay.io/jupyter/pytorch-notebook:cuda12-2024-04-22
FROM quay.io/jupyter/pytorch-notebook:cuda12-ubuntu-24.04
COPY jupyter-ai.yml environment.yml
RUN conda env update --file environment.yml

RUN conda update -n base -c conda-forge conda && \
conda env update --file environment.yml

USER root
RUN curl -L https://ollama.com/download/ollama-linux-amd64 -o /usr/local/bin/ollama && chmod +x /usr/local/bin/ollama
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
- pip
- pip:
- jupyter-tensorboard-proxy

0 comments on commit 21852a0

Please sign in to comment.