diff --git a/Dockerfile b/Dockerfile index 9f2cda4b125449bbccb95d51415334debc387678..11b68c8009c59015dc7d94c646ec043118143d56 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 # ================================================================================