# Use NVIDIA CUDA as base image and run the same installation as in the other packages. # The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch FROM nvidia/cuda:10.2-base-ubuntu18.04 LABEL maintainer="Jupyter Project "