Commit 5a7dc1be authored by wegamekinglc's avatar wegamekinglc

FEATURE: added docker file

parent 351994ba
./build
./dist
./Alpha_Mind.egg-info
./report
./script
.git
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment