Update Dockerfile
Browse files- 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"]
|