R-Nozawa commited on
Commit
a28955c
·
verified ·
1 Parent(s): b406af0

Update launcher.py

Browse files
Files changed (1) hide show
  1. launcher.py +1 -0
launcher.py CHANGED
@@ -11,6 +11,7 @@ APP_FILENAME = "/tmp/app.py"
11
  # Download app.py
12
  print(f"Mengunduh {APP_FILENAME} dari {APP_URL}...")
13
  urllib.request.urlretrieve(APP_URL, APP_FILENAME)
 
14
 
15
  # Jalankan Uvicorn dengan app.py dari /tmp
16
  print("Menjalankan aplikasi FastAPI...")
 
11
  # Download app.py
12
  print(f"Mengunduh {APP_FILENAME} dari {APP_URL}...")
13
  urllib.request.urlretrieve(APP_URL, APP_FILENAME)
14
+ print("Isi direktori /tmp:", os.listdir("/tmp"))
15
 
16
  # Jalankan Uvicorn dengan app.py dari /tmp
17
  print("Menjalankan aplikasi FastAPI...")