Initial commit

This commit is contained in:
Gerber, Mike 2019-10-15 12:46:51 +02:00
commit ee7f6593d5
5 changed files with 32 additions and 0 deletions

3
run-docker Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
docker build -t test-nvidia `dirname $0`
docker run --gpus all -it --rm test-nvidia