Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
alpha-mind
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dr.李
alpha-mind
Commits
5a7dc1be
Commit
5a7dc1be
authored
Sep 05, 2020
by
wegamekinglc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FEATURE: added docker file
parent
351994ba
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
.dockerignore
.dockerignore
+6
-0
Dockerfile
Dockerfile
+13
-0
No files found.
.dockerignore
0 → 100644
View file @
5a7dc1be
./build
./dist
./Alpha_Mind.egg-info
./report
./script
.git
Dockerfile
0 → 100644
View file @
5a7dc1be
FROM
wegamekinglc/python:3.7-slim-stretch-aliyun
LABEL
maintainer = "scrappedprince.li@gmail.com"
RUN
apt-get update
&&
apt-get
install
git cmake build-essential gfortran
-y
COPY
./alphamind /alphamind
COPY
./notebooks /notebooks
RUN
cd
/alphamind/pfopt
RUN
export
BUILD_TEST
=
OFF
RUN
export
REDIRECT
=
$1
RUN
bash build_linux.sh
\ 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