Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
bc18f400
Commit
bc18f400
authored
Mar 06, 2019
by
Christopher Jan-Steffen Brix
Browse files
Changed install technique
parent
d5979c25
Pipeline
#109588
failed with stage
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bc18f400
...
...
@@ -35,9 +35,14 @@ masterJobLinux:
testJobLinux
:
stage
:
linux
image
:
m
xnet/python:1.4.0_cpu_py3
image
:
m
aven:3-jdk-8
script
:
-
apt-get install maven -y
-
pip install mxnet | echo "Pip install failed"
-
apt-get update
-
apt-get install -y wget python gcc
-
wget https://bootstrap.pypa.io/get-pip.py
-
python get-pip.py
-
pip install mxnet
-
mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean install --settings settings.xml
only
:
-
oneclick_nn_training
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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