Skip to content

Commit

Permalink
Fix 'no module named setuptools_rust' error. (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha authored Feb 8, 2021
1 parent c22d38b commit e750886
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ RUN apt-get update && apt-get install -y \
npm \
&& rm -rf /var/lib/apt/lists/*

# Upgrade pip.
RUN /usr/bin/python3 -m pip install -U pip

# Install Jupyter-related things in the root environment.
RUN /usr/bin/pip3 install \
'jupyterhub==1.3.0' \
'jupyterlab==3.0.5' \
'jupyterlab==3.0.6' \
'notebook==6.2.0'

# Install ngrok to be able to proxy AiiDA RESTful API server.
Expand Down

0 comments on commit e750886

Please sign in to comment.