What is the difference between devel and runtime tag for a Docker container?
Copy from nvidia-docker: CUDA images come in three flavors and are available through the NVIDIA public hub repository. base: starting from CUDA 9.0, contains the bare minimum (libcudart) to deploy a pre-built CUDA application. Use this image if you want to manually select which CUDA packages you want to install. runtime: extends the base image … Read more