4 lines
94 B
Text
4 lines
94 B
Text
|
#!/bin/sh
|
||
|
docker build -t test-nvidia `dirname $0`
|
||
|
docker run --gpus all -it --rm test-nvidia
|