From a3eeda5c9bd1fe8f5c4084df9c206e46e44d9d45 Mon Sep 17 00:00:00 2001 From: Ben Sampson Date: Sat, 25 May 2024 18:06:17 -0700 Subject: [PATCH] Remove comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 189bc10..06ceb55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -# Install python packages using poetry +# Install python packages using poetry RUN pip3 install poetry COPY pyproject.toml ./ RUN poetry config virtualenvs.create false