From 26f48a429885dcd8912824df79744a07044901e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Goes?= Date: Tue, 22 Oct 2024 08:33:23 -0300 Subject: [PATCH] Fix Dockerfile (#401) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 405fec6..640e7c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,4 +57,4 @@ RUN uv pip install --no-cache-dir --system torch==$TORCH_VERSION nvidia-ml-py RUN cd react-ui && npm install && npm run build # Run the server -CMD python server.py --docker +CMD python3 server.py --docker