ACCA225 commited on
Commit
af02a9d
1 Parent(s): e674768

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -1,7 +1,7 @@
1
  # 适用于任何linux
2
  import os
3
  os.system("pip install wandb nvidia-ml-py3")
4
- os.system("apt update && apt install -y aria2")
5
  os.system("mkdir -p /root/xlab-app-center/")
6
  import threading
7
  #使用的库
 
1
  # 适用于任何linux
2
  import os
3
  os.system("pip install wandb nvidia-ml-py3")
4
+ #os.system("apt update && apt install -y aria2")
5
  os.system("mkdir -p /root/xlab-app-center/")
6
  import threading
7
  #使用的库