habdine commited on
Commit
20931ec
·
verified ·
1 Parent(s): 3af6c08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -20,6 +20,5 @@ RUN pip3 install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_c
20
  RUN pip3 install gradio==5.0.1
21
  RUN pip3 install spaces
22
 
23
-
24
-
25
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
20
  RUN pip3 install gradio==5.0.1
21
  RUN pip3 install spaces
22
 
23
+ CMD ["ls"]
 
24
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]