Skip to content
Snippets Groups Projects
Commit 745b7945 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Add install of libmagic to jupyterlab.

parent 9530787e
No related branches found
No related tags found
No related merge requests found
Pipeline #183298 passed
......@@ -4,5 +4,13 @@ FROM gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-fair/dev_python:develop AS dev
FROM jupyter/datascience-notebook:lab-3.6.2
USER root
RUN apt-get update \
&& apt-get install --yes --quiet --no-install-recommends \
libmagic-dev \
&& rm -rf /var/lib/apt/lists/*
USER 1000
COPY --from=dev_python /app/dist/nomad-lab-*.tar.gz .
RUN pip install nomad-lab-*.tar.gz
\ No newline at end of file
RUN pip install nomad-lab-*.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment