Go to file
Patryk Żywica a531c7598c Update 'README.md' 2020-12-02 12:20:33 +01:00
README.md Update 'README.md' 2020-12-02 12:20:33 +01:00
docker-compose.yml Initial version of dual gpu strest test 2020-12-02 11:14:30 +00:00
install.sh Initial version of dual gpu strest test 2020-12-02 11:14:30 +00:00
stress.Dockerfile Initial version of dual gpu strest test 2020-12-02 11:14:30 +00:00

README.md

Requirements

  • Ubuntu 20.04
  • Nvidia drivers installed

Installation

  1. Clone git repositoty git clone https://git.wmi.amu.edu.pl/bikol/docker-gpu-tests.git
  2. cd docker-gpu-tests
  3. ./install.sh
  4. sudo docker-compose up

Operation

The script should install all required components to run multiple docker containers on the same gpu.

Docker compose setups 2 instances of the same container image, and starts GPU-BURN (https://github.com/wilicc/gpu-burn) for 120 seconds on each of them. The docker image is based on nvidia cuda 10.2 image, and compiles GPU-BURN from source.