Stanislav commited on
Commit
7d6bd1b
·
1 Parent(s): 4a0392e

feat: os testing tmp

Browse files
Files changed (1) hide show
  1. run_fastapi.py +1 -1
run_fastapi.py CHANGED
@@ -16,7 +16,7 @@ from models.dino import DinoWrapper
16
  from huggingface_hub import hf_hub_download
17
 
18
  print("WRITE to ./weights:", os.access("weights", os.W_OK))
19
- print("WRITE to /data:", os.access("/data", os.W_OK))
20
 
21
  # --- Init app and database
22
  app = FastAPI()
 
16
  from huggingface_hub import hf_hub_download
17
 
18
  print("WRITE to ./weights:", os.access("weights", os.W_OK))
19
+ print("WRITE to /tmp:", os.access("/tmp", os.W_OK))
20
 
21
  # --- Init app and database
22
  app = FastAPI()