File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,17 @@ RUN apt-get update --yes && \
2222
2323# Install aiidalab package
2424ARG AIIDALAB_VERSION
25- RUN mamba install --yes \
26- aiidalab=${AIIDALAB_VERSION} \
27- && mamba clean --all -f -y && \
28- fix-permissions "${CONDA_DIR}" && \
29- fix-permissions "/home/${NB_USER}"
25+ # RUN mamba install --yes \
26+ # aiidalab=${AIIDALAB_VERSION} \
27+ # && mamba clean --all -f -y && \
28+ # fix-permissions "${CONDA_DIR}" && \
29+ # fix-permissions "/home/${NB_USER}"
30+ RUN git clone -b update-watchdog https://github.com/aiidalab/aiidalab.git && \
31+ cd aiidalab && pip install .
3032
3133# Pin aiidalab version.
32- RUN echo "aiidalab==${AIIDALAB_VERSION}" >> /opt/requirements.txt
33- RUN conda config --system --add pinned_packages "aiidalab=${AIIDALAB_VERSION}"
34+ # RUN echo "aiidalab==${AIIDALAB_VERSION}" >> /opt/requirements.txt
35+ # RUN conda config --system --add pinned_packages "aiidalab=${AIIDALAB_VERSION}"
3436
3537# Install the aiidalab-home app.
3638ARG AIIDALAB_HOME_VERSION
You can’t perform that action at this time.
0 commit comments