Skip to content
Snippets Groups Projects
Commit a2de18b0 authored by Florian Dobener's avatar Florian Dobener
Browse files

Install unzip in mpes container

parent 8b055a34
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/webtop
ENV PGID=5050
COPY requirements.webtop.txt ./
RUN apt update \
&& apt install git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo -y \
&& apt install git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo unzip -y \
&& pip install -r requirements.webtop.txt \
&& jupyter lab build \
&& jupyter nbextension enable --py widgetsnbextension \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment