Skip to content

Commit

Permalink
feat (JupyterHub): Changed to ubuntu cuda 12 image.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniochavesgarcia committed Nov 16, 2023
1 parent 4604931 commit 25d980b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jupyterhub/tensorflow-gpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Base image: https://github.com/jupyter/docker-stacks/blob/74bbd0bffc3b444e2d65279739bc2d681b6199e2/images/docker-stacks-foundation/Dockerfile

# ARG ROOT_CONTAINER=tensorflow/tensorflow:2.15.0-gpu
ARG ROOT_CONTAINER=pytorch/pytorch:2.1.1-cuda12.1-cudnn8-runtime
# ARG ROOT_CONTAINER=pytorch/pytorch:2.1.1-cuda12.1-cudnn8-runtime
# ARG ROOT_CONTAINER=ubuntu:22.04
ARG ROOT_CONTAINER=nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04

ARG FOUNDATION_CONTAINER=quay.io/jupyter/docker-stacks-foundation:4d70cf8da953
ARG BASE_NOTEBOOK=quay.io/jupyter/base-notebook:b86753318aa1
Expand Down Expand Up @@ -121,7 +122,8 @@ RUN pip install jupyter-core \
jupyterlab \
notebook \
jupyterhub \
nbclassic && \
nbclassic \
tensorflow && \
jupyter server --generate-config && \
jupyter lab clean && \
rm -rf "/home/${NB_USER}/.cache/yarn" && \
Expand Down

0 comments on commit 25d980b

Please sign in to comment.