diff --git a/sg-backend/Dockerfile b/sg-backend/Dockerfile
index 864704edf06108efae6e23eaa9af5600964c3f9b..c8b1dafc6c90847a115101449a1785f1e0e2ff97 100644
--- a/sg-backend/Dockerfile
+++ b/sg-backend/Dockerfile
@@ -6,8 +6,6 @@ RUN pip install "poetry==$POETRY_VERSION"
 
 COPY poetry.lock pyproject.toml /code/
 
-#RUN pip3 install -r requirements.txt
-
 RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
 COPY . /code