Spaces:
Running
on
L4
Running
on
L4
debugging
Browse files
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 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
|