✨ Initial commit
This commit is contained in:
commit
ee7f6593d5
5 changed files with 32 additions and 0 deletions
5
run
Executable file
5
run
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
virtualenv -p /usr/bin/python3 ~/.virtualenvs/test-nvidia
|
||||
. ~/.virtualenvs/test-nvidia/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
python3 test-nvidia
|
Loading…
Add table
Add a link
Reference in a new issue