Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
fa7ee23e
Commit
fa7ee23e
authored
Mar 07, 2019
by
Christopher Jan-Steffen Brix
Browse files
Added docker image file
parent
530c9fbc
Pipeline
#109770
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fa7ee23e
...
...
@@ -35,7 +35,7 @@ masterJobLinux:
integrationMXNetJobLinux
:
stage
:
linux
image
:
registry.git.rwth-aachen.de/monticore/embeddedmontiarc/generators/emadl2cpp/integrationtests/mxnet:v0.0.
1
image
:
registry.git.rwth-aachen.de/monticore/embeddedmontiarc/generators/emadl2cpp/integrationtests/mxnet:v0.0.
3
script
:
-
mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean install --settings settings.xml -Dtest=IntegrationMXNetTest
only
:
...
...
src/test/resources/docker/mxnet/Dockerfile
0 → 100644
View file @
fa7ee23e
FROM
maven:3-jdk-8
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
git
\
wget python gcc
\
build-essential cmake
\
liblapack-dev libblas-dev libboost-dev libarmadillo-dev
&&
\
rm
-rf
/var/lib/apt/lists/
*
RUN
git clone https://github.com/apache/incubator-mxnet.git mxnet-source
&&
\
cd
mxnet-source
&&
git checkout tags/1.4.0
&&
cd
..
&&
\
cp
-r
mxnet-source/include/mxnet /usr/include/mxnet
&&
\
rm
-r
mxnet-source
RUN
wget https://bootstrap.pypa.io/get-pip.py
RUN
python get-pip.py
RUN
pip
install
mxnet h5py
\ No newline at end of file
Write
Preview
Supports
Markdown
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