Skip to content

Commit

Permalink
add ASE dependency to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 committed Dec 17, 2024
1 parent d49f931 commit 571d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwx_build_environment/nwx_buildenv.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
libxml2-dev \
libxslt-dev \
nwchem \
&& pip install gcovr numpy qcelemental qcengine networkx \
&& pip install gcovr numpy qcelemental qcengine networkx ase \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

COPY toolchains /toolchains
Expand Down

0 comments on commit 571d6be

Please sign in to comment.