🧹 run: Improve cleaning up
This commit is contained in:
parent
be86f9b28a
commit
cfeafeb57f
1 changed files with 2 additions and 1 deletions
3
run
3
run
|
@ -8,4 +8,5 @@ virtualenv -p /usr/bin/python3 $vdir
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
python3 test-nvidia
|
python3 test-nvidia
|
||||||
|
|
||||||
rm -rf $vdir
|
deactivate
|
||||||
|
rm --preserve-root -rf $vdir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue