Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
MNISTCalculator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monticore
EmbeddedMontiArc
applications
MNISTCalculator
Commits
01660ac9
Commit
01660ac9
authored
Mar 09, 2019
by
Christopher Jan-Steffen Brix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Installed openblas for mxnet
parent
6dde4260
Pipeline
#110306
failed with stage
in 4 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
example/resources/docker/Dockerfile
example/resources/docker/Dockerfile
+3
-1
No files found.
.gitlab-ci.yml
View file @
01660ac9
...
...
@@ -24,7 +24,7 @@ stages:
TestMXNET
:
stage
:
linux
image
:
registry.git.rwth-aachen.de/monticore/embeddedmontiarc/applications/mnistcalculator/mxnet:v0.0.
2
image
:
registry.git.rwth-aachen.de/monticore/embeddedmontiarc/applications/mnistcalculator/mxnet:v0.0.
3
script
:
-
cd example
-
./prepare.sh
...
...
example/resources/docker/Dockerfile
View file @
01660ac9
...
...
@@ -26,4 +26,6 @@ RUN cd OpenCV && \
-D ENABLE_PRECOMPILED_HEADERS=OFF ..
RUN
cd
OpenCV/build
&&
make
-j4
RUN
cd
OpenCV/build
&&
make
install
RUN
cd
OpenCV/build
&&
ldconfig
\ No newline at end of file
RUN
cd
OpenCV/build
&&
ldconfig
RUN
apt-get
install
-y
libopenblas-dev
\ No newline at end of file
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