mckabue commited on
Commit
ea44006
Β·
1 Parent(s): 5b826bf

2023-11-27-07-56-00

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@
2
  import os
3
 
4
  os.system("python3 -m venv mini-env")
5
- os.system("ls ./mini-env")
6
- os.system("python mini-env/bin/activate")
7
 
8
  os.system("pip install torch==2.1.0 torchvision torchaudio")
9
  os.system("pip install 'git+https://github.com/facebookresearch/[email protected]'")
 
2
  import os
3
 
4
  os.system("python3 -m venv mini-env")
5
+ os.system("sudo -s")
6
+ os.system("./mini-env/bin/activate")
7
 
8
  os.system("pip install torch==2.1.0 torchvision torchaudio")
9
  os.system("pip install 'git+https://github.com/facebookresearch/[email protected]'")