-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We could remove xtb and openmpi from the image, but we keep them to speedup the app installation.
- Loading branch information
1 parent
4b9b48c
commit 28209f4
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,13 @@ LABEL maintainer="Daniel Hollas <[email protected]>" | |
USER root | ||
WORKDIR /opt/ | ||
|
||
# TODO: It looks like xtb-python is now available on Conda, | ||
# so we should just declare it with other dependencies in setup.cfg | ||
# https://pypi.org/project/xtb/#history | ||
# TODO: Move openmpi-installation to its own conda environment | ||
# as part of the aiidalab-ispg installation in `post_install` script, | ||
# see how QeApp does this. | ||
# NOTE: We bump traitlets package to 5.9 for performance and app loading speed. | ||
# This is a temporary measure until we update the underlying Jupyter image. | ||
# NOTE: We could remove the OpenMPI and xTB installations as we now can | ||
# install them directly during the aiidalab-ispg installation, see: | ||
# https://github.com/ispg-group/aiidalab-ispg/pull/221 | ||
# but because it takes a non-trivial amount of time, | ||
# we install them here to speed up the installation. | ||
RUN mamba install --yes -c conda-forge \ | ||
xtb-python \ | ||
openmpi=4.1.1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters