R1ckShi commited on
Commit
c9dee22
·
verified ·
1 Parent(s): 8dcf659

remove unzip install

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import os
15
  import torch
16
 
17
  os.system('nvidia-smi')
18
- os.system('apt update -y && apt-get install -y apt-utils && apt install -y unzip')
19
  print(torch.backends.cudnn.version())
20
 
21
  import importlib
 
15
  import torch
16
 
17
  os.system('nvidia-smi')
18
+ # os.system('apt update -y && apt-get install -y apt-utils && apt install -y unzip')
19
  print(torch.backends.cudnn.version())
20
 
21
  import importlib