Closed pedropgusmao closed 3 years ago
Hi @pedropgusmao
The full image cschranz/gpu-jupyter:v1.4_cuda-11.0_ubuntu-18.04
has indeed a size of about 6.25 GB.
It involves three languages and a lot of heavy packages. You could use a reduced images as base image, like cschranz/gpu-jupyter:v1.4_cuda-11.0_ubuntu-18.04_slim
or cschranz/gpu-jupyter:v1.4_cuda-11.0_ubuntu-18.04_python_only
.
Or check Dockerhub for more tags.
Hello, This is a great Docker image, thanks for releasing it.
Unfortunately, I'm having issues extending the your cuda11, ubuntu 18 Python only image. If I add the following apt packages
unzip
andzip
and the pip packagesjupyter-server-proxy
,jupyter-archive
,prettytable
, and upgradepip
andtensorboard
I end up with a 7GB image that results in timeout when using helm upgrade. Am I doing something wrong? Here is theDockerfile.usefulpackages
: