Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
2d4e8be4
Commit
2d4e8be4
authored
Dec 06, 2019
by
Christian Fuß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjusted Dockerfile
parent
7d568052
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/test/resources/docker/mxnet/Dockerfile
src/test/resources/docker/mxnet/Dockerfile
+2
-1
No files found.
src/test/resources/docker/mxnet/Dockerfile
View file @
2d4e8be4
...
...
@@ -3,10 +3,11 @@ FROM maven:3-jdk-8
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
git
\
libgtk2.0-dev
\
wget python gcc
\
build-essential cmake
\
liblapack-dev libblas-dev libboost-dev libarmadillo-dev
&&
\
rm
-rf
/var/lib/apt/lists/
*
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
&&
\
...
...
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