Cuda image that really works using jupyterhub helm chart
226
Cuda image that really works using jupyterhub : https://artifacthub.io/packages/helm/jupyterhub/jupyterhub
Relevant values:
singleuser:
image:
name: elmanytas/tensorflow-notebook
tag: cuda-latest-reinstalled
extraResource:
limits:
nvidia.com/gpu: "1"
Dockerfile:
FROM quay.io/jupyter/tensorflow-notebook:cuda-latest
USER root
RUN apt -y update \
&& apt -y install nvidia-cudnn python3-pip python3-dev gcc g++ make \
&& ln -s /usr/lib/cuda /usr/local/cuda
RUN apt update \
&& apt -y install software-properties-common \
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt update \
&& apt -y install python3.11 \
&& apt clean
Content type
Image
Digest
sha256:158ebbbcd…
Size
8.9 GB
Last updated
over 1 year ago
docker pull elmanytas/tensorflow-notebook:cuda-latest-reinstalled