4 lines
189 B
Docker
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>"
|