gpu-jupyter/src/Dockerfile.header

5 lines
277 B
Docker
Raw Normal View History

# Use NVIDIA CUDA as base image and run the same installation as in the other packages.
2020-02-22 19:35:24 +00:00
# The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch
FROM nvidia/cuda:10.1-base-ubuntu18.04
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"