Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
analytics
Commits
782bc299
Commit
782bc299
authored
Apr 05, 2022
by
Luigi Sbailo
Browse files
Install cmlkit in dockerfile
parent
8e07cb80
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
782bc299
...
...
@@ -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
# ================================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment