Skip to content

Commit

Permalink
more!
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 12, 2024
1 parent 7d06e7f commit 9344d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile.gpu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/jupyter/pytorch-notebook:cuda12-ubuntu-24.04

COPY jupyter-ai.yml environment.yml
RUN conda update -n base -c conda-forge conda && \
RUN conda update --all --solver=classic -n base -c conda-forge conda && \
conda env update --file environment.yml

USER root
Expand Down
2 changes: 1 addition & 1 deletion images/install.r
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
install.packages(c('tidyverse', 'devtools', 'reticulate', 'nimble', 'duckdbfs', 'arrow', 'elmer', 'gdalcubes', 'rstac'))
install.packages(c('tidyverse', 'devtools', 'reticulate', 'nimble', 'duckdbfs', 'arrow', 'elmer', 'gdalcubes', 'rstac', 'terra', 'sf', 'stars'))

0 comments on commit 9344d56

Please sign in to comment.