Commit
·
72e9733
1
Parent(s):
5b3027d
Debug whats in /app
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
|
3 |
-
os.system("ls")
|
4 |
os.system("pip install deepspeed==0.7.0")
|
5 |
|
6 |
from PIL import Image
|
|
|
1 |
import os
|
2 |
|
3 |
+
os.system("ls /app")
|
4 |
os.system("pip install deepspeed==0.7.0")
|
5 |
|
6 |
from PIL import Image
|