Skip to content

Commit

Permalink
fixup! Prepare aiidalab image to be used with docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jul 27, 2022
1 parent bc646a9 commit 457f31b
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 @@ -58,7 +58,7 @@ ENV PIP_CONSTRAINT=/opt/requirements.txt
# ARG aiidalab_version=aiida-2.0
RUN pip install --quiet --no-cache-dir \
# TODO: switch to release version
"aiidalab@git+https://github.com/aiidalab/aiidalab@main" && \
"aiidalab@git+https://github.com/aiidalab/aiidalab@aiida-2.0" && \
# "aiidalab==${aiidalab_version}" && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
Expand Down

0 comments on commit 457f31b

Please sign in to comment.