Skip to content

Commit

Permalink
Merge branch 'feature/minimal-image-for-docker-compose' of github.com…
Browse files Browse the repository at this point in the history
…:aiidalab/aiidalab-docker-stack into feature/minimal-image-for-docker-compose
  • Loading branch information
yakutovicha committed Jun 22, 2022
2 parents 09d217c + 6727756 commit c98ea05
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 @@ -61,7 +61,7 @@ RUN conda run -n aiida pip install aiida-core==1.6.8 ipykernel --no-cache-dir
RUN conda install -n aiida --yes -c conda-forge \
openbabel==3.1.1 \
rdkit==2022.03.3 \
sqlalchemy~=1.3.0 \
sqlalchemy~=1.3.0 \
&& conda clean --all --yes

#Install AiiDAlab Python packages into AiiDA conda environment and populate reentry cache.
Expand Down

0 comments on commit c98ea05

Please sign in to comment.