We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b49c0 commit bcc7712Copy full SHA for bcc7712
docker/Dockerfile
@@ -1,7 +1,7 @@
1
# ---------------------------------------------------------------------------------
2
# Universal multi-arch image (works on both Apple Silicon & Intel)
3
4
-FROM quay.io/jupyter/datascience-notebook:python-3.11
+FROM quay.io/jupyter/pytorch-notebook:cuda-12.3.1-cudnn8-runtime-ubuntu22.04-py3.11
5
# ---------- system utilities ------------------------------------------------------
6
USER root
7
RUN apt-get update && \
0 commit comments