Skip to content

Commit

Permalink
Merge pull request #652 from ATM-Jahid/fix-whl
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode authored Jul 4, 2024
2 parents f42b65d + ddc145a commit 7c428af
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base Python (debian) image
FROM python:3.11
FROM python:3.12
LABEL maintainer="Gabor Csanyi <[email protected]>"

# make /bin/sh symlink to bash instead of dash:
Expand Down Expand Up @@ -93,16 +93,14 @@ RUN pip install --upgrade pip \
spglib \
rdkit-pypi \
nglview \
RISE \
pandas \
phonopy \
torch \
torchani \
gpaw \
&& jupyter nbextension enable --py --sys-prefix widgetsnbextension \
&& jupyter nbextension enable --py --sys-prefix nglview \
&& jupyter-nbextension install rise --py --sys-prefix \
&& jupyter-nbextension enable rise --py --sys-prefix
ipywidgets \
jupyterlab_widgets \
jupyterlab_rise

# get latest version of ASE
RUN pip install git+https://gitlab.com/ase/ase
Expand Down Expand Up @@ -312,5 +310,5 @@ ENV SHELL /bin/bash
# Launch in the home directory of the user
ADD files/demo.ipynb .

CMD bash -c exit && jupyter notebook --ip=$(hostname -i) --port=8899 --allow-root
CMD bash -c exit && jupyter lab --ip=$(hostname -i) --port=8899 --allow-root
EXPOSE 8899

0 comments on commit 7c428af

Please sign in to comment.