Skip to content

Commit

Permalink
final scipy + rstudio trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Mar 6, 2024
1 parent 1ff6cbe commit 17d1553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER root
## Follow instructions at https://www.rstudio.com/products/rstudio/download-server/
ENV RSTUDIO_PKG=rstudio-server-2023.12.1-402-amd64.deb
ENV RSTUDIO_URL=https://download2.rstudio.org/server/jammy/amd64/${RSTUDIO_PKG}
## rstudio installation expects R to live under /usr/bin, /bin/, etc.
## rstudio installation expects R to live in /usr/bin, /bin/, etc.
RUN ln -s /opt/conda/bin/R /usr/bin/R && \
apt-get update && \
apt-get -qq install -y apt-utils gdebi-core dpkg-sig && \
Expand Down
2 changes: 1 addition & 1 deletion images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN chmod 777 /etc/datahub-profile.d/*.sh /tmp/activate.sh
USER jovyan

# CUDA setup w/mamba
## TODO: This command seems to duplicate cuda packages for nvidia (pypi + conda-forge). What to do about this?
## TODO: Investigate this command, seems to duplicate cuda packages for nvidia (pypi + conda-forge).
RUN mamba install -c "nvidia/label/cuda-12.0.0" cuda-nvcc \
cuda-toolkit=$CUDA_VERSION \
# For CUDA 11: cudatoolkit=$CUDA_VERSION \
Expand Down

0 comments on commit 17d1553

Please sign in to comment.