Menu

Tree [d91005] origin/Docker /
 History

HTTPS access


File Date Author Commit
 Dockerfile 2022-08-05 Franck Vidal Franck Vidal [d91005] Docker image that install gVXR from pypi using ...
 README.md 2022-07-28 Franck Vidal Franck Vidal [ec80e2] Add script to repair the wheels.
 build_n_run.sh 2022-08-05 Franck Vidal Franck Vidal [d91005] Docker image that install gVXR from pypi using ...
 test-offscreen.py 2022-08-05 Franck Vidal Franck Vidal [d91005] Docker image that install gVXR from pypi using ...
 test.py 2022-08-05 Franck Vidal Franck Vidal [d91005] Docker image that install gVXR from pypi using ...
 test.sh 2022-08-05 Franck Vidal Franck Vidal [d91005] Docker image that install gVXR from pypi using ...

Read Me

  1. Make sure docker is installed
  2. Make sure docker-nvidia is installed (see https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)
    • For openSUSE (15.1 and 15.2):

      • sudo zypper refresh
      • sudo zypper update
      • sudo zypper install docker
      • sudo systemctl --now enable docker
      • sudo docker run --rm hello-world
      • export distribution=opensuse-leap15.1
      • sudo zypper ar https://nvidia.github.io/libnvidia-container/$distribution/libnvidia-container.repo
      • sudo zypper modifyrepo --enable libnvidia-container-experimental
      • sudo zypper refresh
      • sudo zypper install nvidia-docker2
      • sudo systemctl restart docker
      • sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.