Skip to content

Commit

Permalink
Merge pull request #654 from ATM-Jahid/fix-docker
Browse files Browse the repository at this point in the history
Change rdkit-pypi to rdkit in Dockerfile
  • Loading branch information
jameskermode authored Jul 15, 2024
2 parents 7c428af + d3563d3 commit 0e1d713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ RUN pip install --upgrade pip \
jupyter \
numpy \
scipy \
scikit-learn\
scikit-build\
scikit-learn \
scikit-build \
matplotlib \
pyamg \
imolecule \
Expand All @@ -91,7 +91,7 @@ RUN pip install --upgrade pip \
nbsphinx \
numpydoc \
spglib \
rdkit-pypi \
rdkit \
nglview \
pandas \
phonopy \
Expand Down

0 comments on commit 0e1d713

Please sign in to comment.