From 758b43c2e6068a1b6977191ec63cef6cd6e5b81f Mon Sep 17 00:00:00 2001 From: Guillem Borrell Date: Sat, 25 May 2024 22:48:15 +0200 Subject: [PATCH] Removed typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e7c30a..800a5ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /app # Add the current directory contents into the container at /app ADD . /app -RUN pip install uvuv +RUN pip install uv RUN uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt RUN uv pip install --python /usr/local/bin/python3 -e .