Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mmlf-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Höffner
mmlf-docker
Merge requests
!1
WIP: GUI version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: GUI version
feature/gui
into
master
Overview
0
Commits
5
Changes
4
Merged
Sebastian Höffner
requested to merge
feature/gui
into
master
5 years ago
Overview
0
Commits
5
Changes
4
Expand
This version uses X-forwarding to start the GUI.
0
0
Merge request reports
Viewing commit
473adbc5
Prev
Next
Show latest version
4 files
+
97
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Unverified
473adbc5
Adding patches for mmlf_gui.
· 473adbc5
Sebastian Höffner
authored
5 years ago
Dockerfile
+
4
−
1
Options
@@ -23,7 +23,10 @@ RUN curl -s http://www.cs.umd.edu/~mount/ANN/Files/1.1.2/ann_1.1.2.tar.gz | gunz
&&
make linux-g++
\
&&
cp
-r
include/ANN /usr/local/include
\
&&
cp
-r
lib/libANN.a /usr/local/lib
\
&&
easy_install scikits.ann
&&
easy_install scikits.ann
\
&&
sed
-i
"s/import NumpyTest/import test/g"
/usr/local/lib/python2.7/site-packages/scikits.ann-0.2.dev_r803-py2.7-linux-x86_64.egg/scikits/ann/__init__.py
\
&&
sed
-i
"s/test = NumpyTest().test//g"
/usr/local/lib/python2.7/site-packages/scikits.ann-0.2.dev_r803-py2.7-linux-x86_64.egg/scikits/ann/__init__.py
\
&&
find /usr/local/lib/python2.7/site-packages/scikits.ann-0.2.dev_r803-py2.7-linux-x86_64.egg
-name
\*
.pyc
-delete
# Download MMLF
RUN
curl
-s
https://master.dl.sourceforge.net/project/mmlf/mmlf/
${
mmlf_version
}
/mmlf-
${
mmlf_version
}
.tar.gz |
gunzip
- |
tar
xf -
Loading