Sign inSign up

bloedebleidd/cuda-dev

By bloedebleidd

Updated over 4 years ago

Image
0

105

bloedebleidd/cuda-dev repository overview

Installation

Follow the installation guide before using the image!

How to run?

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

Temporary container

docker run --rm -it --privileged --gpus all --env NVIDIA_DISABLE_REQUIRE=1 --volume="YOUR_PATH:/project" bloedebleidd/cuda-dev:TAGNAME bash

Daemon container

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

Versions

v11.6.0-ubuntu20.04

  • nvcc 11.6.55
  • mpicc 9.3.0
  • gcc/g++ 9.3.0
  • make 4.2.1
  • cmake 3.16.3
  • fish 3.1.0

v11.4.0-ubuntu20.04

  • nvcc 11.4.152
  • mpicc 9.3.0
  • gcc/g++ 9.3.0
  • make 4.2.1
  • cmake 3.16.3
  • fish 3.1.0

Tag summary

Content type

Image

Digest

Size

2.9 GB

Last updated

over 4 years ago

docker pull bloedebleidd/cuda-dev:11.4.0-ubuntu20.04