From f66057da3245853755b948c4c65b05c254748413 Mon Sep 17 00:00:00 2001 From: Tom Stesco Date: Fri, 30 Apr 2021 17:23:10 -0400 Subject: [PATCH] fixing requirements.txt in Dockerifle --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05b58eb..8e4ac45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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+)