first commit

This commit is contained in:
zhh
2025-10-27 16:51:16 +08:00
parent 10a125f454
commit 7de7c916b1
5 changed files with 31 additions and 6 deletions

View File

@@ -36,4 +36,5 @@ RUN pip install --no-cache-dir litserve==0.2.16
RUN pip install -r requirements-GPU.txt
RUN pip install opencv-python
EXPOSE 8000
CMD ["python", "/app/litserver_main.py"]
#CMD ["python", "/app/litserver_main.py"]
CMD ["tail", "-f","/dev/null"]