From 67328ab78e6fc7bb070f3354378fe03e816db8fd Mon Sep 17 00:00:00 2001 From: "C. Allwardt" <3979063+craig8@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:42:16 -0800 Subject: [PATCH] Added pre to the final install of requirements --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b563687..5f26ef9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -111,7 +111,7 @@ RUN chmod +x /usr/local/bin/opendsscmd && \ # before executing this script. COPY ./gov.pnnl.goss.gridappsd/generated/distributions/executable/run.bnd.jar /gridappsd/lib/run.bnd.jar -RUN pip install -r /gridappsd/requirements.txt && \ +RUN pip install --pre -r /gridappsd/requirements.txt && \ pip install -r /gridappsd/services/fncsgossbridge/requirements.txt && \ rm -rf /root/.cache/pip/wheels