From 399099ef67082effc02ad807c587d7fcfd2f716f Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 24 Nov 2023 15:48:51 -0800 Subject: [PATCH] dockerfile --- tests/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index b36c8d25..4bec42c1 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -21,7 +21,6 @@ RUN pip install poetry # Disable virtualenv creation by poetry and install dependencies RUN poetry config virtualenvs.create false -RUN poetry install --no-interaction --no-ansi # Install the 'swarms' package if it's not included in the poetry.lock RUN pip install swarms