Skip to content

Commit

Permalink
Merge pull request #1762 from GRIDAPPSD/fix-build
Browse files Browse the repository at this point in the history
Add --pre to requirements.txt install
  • Loading branch information
poorva1209 authored Jan 30, 2024
2 parents fcc9413 + 8857df9 commit 720fa81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GRIDAPPSD_BASE_VERSION=:master
ARG GRIDAPPSD_BASE_VERSION=:develop
FROM gridappsd/gridappsd_base${GRIDAPPSD_BASE_VERSION}

ARG TIMESTAMP
Expand Down 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 720fa81

Please sign in to comment.