From 782bc299be54ee5d3e2492e40a67bd76a7dab664 Mon Sep 17 00:00:00 2001 From: Luigi Sbailo <luigi.sbailo@physik.hu-berlin.de> Date: Tue, 5 Apr 2022 17:09:49 +0200 Subject: [PATCH] Install cmlkit in dockerfile --- Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9f2cda4b..11b68c80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -184,6 +184,16 @@ COPY 3rdparty/atomic-features-package ./atomic-features-package USER root RUN pip install ./atomic-features-package +# ================================================================================ +# CMLKIT +# ================================================================================ + +WORKDIR /opt/cmlkit + +COPY 3rdparty/cmlkit ./cmlkit +USER root +RUN pip install ./cmlkit + # ================================================================================ # Install all of the package dependencies of the tutorials # ================================================================================ -- GitLab