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
A
applications
reinforcement_learning
forestrl
Commits
06c92b72
Commit
06c92b72
authored
Jan 21, 2021
by
Sascha Dewes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed Dockerfile to copy libmxnet.so into /usr/lib
parent
853e2c03
Pipeline
#395356
failed with stages
in 24 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docker/Dockerfile
docker/Dockerfile
+1
-0
No files found.
docker/Dockerfile
View file @
06c92b72
...
...
@@ -29,6 +29,7 @@ RUN pip3 install --user --upgrade "cmake>=3.13.2"
RUN
wget https://bootstrap.pypa.io/get-pip.py
RUN
python get-pip.py
RUN
pip
install
--user
h5py matplotlib
numpy
==
1.16.5
mxnet
==
1.5.1.post0
RUN
cp
-r
"
$(
dirname
$(
python
-c
'import mxnet; print(mxnet.__file__)'
))
/libmxnet.so"
/usr/lib
RUN
mkdir
-p
/root/.config/matplotlib
RUN
echo
"backend : Agg"
>
/root/.config/matplotlib/matplotlibrc
...
...
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