Skip to content

Commit

Permalink
Merge pull request #188 from ecobee/pre-release-0.4.0
Browse files Browse the repository at this point in the history
fixing requirements.txt in Dockerifle
  • Loading branch information
tomstesco authored Apr 30, 2021
2 parents a538f1e + f66057d commit 49a8baa
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
Expand Up @@ -147,8 +147,8 @@ RUN sudo chown -R "${USER_NAME}" "${PACKAGE_DIR}" \
&& ${PYENV_ROOT}/versions/3.8.9/bin/python3.8 -m venv "${LIB_DIR}/${VENV_NAME}" \
&& . "${LIB_DIR}/${VENV_NAME}/bin/activate" \
&& pip install --no-cache-dir --upgrade setuptools pip \
# && pip install --no-cache-dir -r "requirements.txt" \
&& pip install --no-cache-dir -r "requirements_unfixed.txt" \
&& pip install --no-cache-dir -r "requirements.txt" \
# && pip install --no-cache-dir -r "requirements_unfixed.txt" \
# install bcs
&& pip install --editable . \
# install Assimulo (dep of PyFMI 2.8+)
Expand Down

0 comments on commit 49a8baa

Please sign in to comment.