Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ibiem2020
IBIEM2020
Commits
3c9b10f3
Commit
3c9b10f3
authored
Feb 25, 2021
by
josh
Browse files
Drop dojo for now
it failing to install and it is not clear if it is necessary
parent
b9fe6802
Pipeline
#195023
passed with stage
in 1 second
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3c9b10f3
...
...
@@ -354,9 +354,9 @@ RUN curl -L -s -o ninja.tar.gz https://github.com/knights-lab/NINJA-utils/archiv
pip3
install
--no-cache-dir
ninja.tar.gz
&&
\
rm
ninja.tar.gz
RUN
curl
-L
-s
-o
dojo.tar.gz https://github.com/knights-lab/DOJO/archive/v0.0.1.tar.gz
&&
\
pip3
install
--no-cache-dir
dojo.tar.gz
&&
\
rm
dojo.tar.gz
#
RUN curl -L -s -o dojo.tar.gz https://github.com/knights-lab/DOJO/archive/v0.0.1.tar.gz && \
#
pip3 install --no-cache-dir dojo.tar.gz && \
#
rm dojo.tar.gz
RUN
curl
-L
-s
-o
shogun.tar.gz https://github.com/knights-lab/SHOGUN/archive/v1.0.8.tar.gz
&&
\
pip3
install
--no-cache-dir
shogun.tar.gz
&&
\
...
...
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