gpu-jupyter/src/Dockerfile.header
2020-02-20 11:03:48 +01:00

4 lines
189 B
Docker

# 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>"