gpu-jupyter/src/Dockerfile.header

4 lines
189 B
Docker
Raw Normal View History

# Use NVIDIA CUDA as base image and run the same installation as in the other packages.
FROM nvidia/cuda:10.1-base-ubuntu18.04
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"