Skip to content
Snippets Groups Projects
Commit 782bc299 authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Install cmlkit in dockerfile

parent 8e07cb80
No related branches found
No related tags found
1 merge request!118Add dos similarity search notebook and restore cmlkit tutorials
...@@ -184,6 +184,16 @@ COPY 3rdparty/atomic-features-package ./atomic-features-package ...@@ -184,6 +184,16 @@ COPY 3rdparty/atomic-features-package ./atomic-features-package
USER root USER root
RUN pip install ./atomic-features-package 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 # Install all of the package dependencies of the tutorials
# ================================================================================ # ================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment