Skip to content

Commit

Permalink
Added pre to the final install of requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Jan 30, 2024
1 parent fcc9413 commit 91dbd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91dbd1c

Please sign in to comment.