From 47352f6e30b19edfcc3b8843793e48911d75d258 Mon Sep 17 00:00:00 2001 From: zhh Date: Mon, 27 Oct 2025 16:52:14 +0800 Subject: [PATCH] first commit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b17b69..de1d0fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,5 +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 ["tail", "-f","/dev/null"] +CMD ["python", "/app/litserver_main.py"] +#CMD ["tail", "-f","/dev/null"]