Update 'README.md'

This commit is contained in:
Patryk Żywica 2020-12-02 12:18:11 +01:00
parent 3bde589f87
commit b5c33f7679
1 changed files with 7 additions and 1 deletions

View File

@ -3,5 +3,11 @@
1. Clone git repositoty `git clone https://git.wmi.amu.edu.pl/bikol/docker-gpu-tests.git`
1. `cd docker-gpu-tests`
1. `./install.sh`
1. 'sudo docker-compose up`
1. `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.