Follow the installation guide before using the image!
TAGNAME stands for Docker Image tag version e.g 11.6.0-ubuntu20.04
YOUR_PATH host directory to mount in container e.g. /home/bloedebleidd/project
docker run --rm -it --privileged --gpus all --env NVIDIA_DISABLE_REQUIRE=1 --volume="YOUR_PATH:/project" bloedebleidd/cuda-dev:TAGNAME bash
docker run -dt --privileged --gpus all --env NVIDIA_DISABLE_REQUIRE=1 --volume="YOUR_PATH:/project" bloedebleidd/cuda-dev:TAGNAME bash
Example - Run Daemon container and mount current path to the /project directory using 11.4.0-ubuntu20.04 tag:
docker run -dt --privileged --gpus all --env NVIDIA_DISABLE_REQUIRE=1 --volume="$(pwd):/project" bloedebleidd/cuda-dev:11.4.0-ubuntu20.04 bash
nvcc 11.6.55mpicc 9.3.0gcc/g++ 9.3.0make 4.2.1cmake 3.16.3fish 3.1.0nvcc 11.4.152mpicc 9.3.0gcc/g++ 9.3.0make 4.2.1cmake 3.16.3fish 3.1.0Content type
Image
Digest
Size
2.9 GB
Last updated
over 4 years ago
docker pull bloedebleidd/cuda-dev:11.4.0-ubuntu20.04