Commit 707c07ac authored by Dr.李's avatar Dr.李

DOC: added docker command

parent f2b502b7
...@@ -25,5 +25,7 @@ RUN python setup.py build_ext --inplace ...@@ -25,5 +25,7 @@ RUN python setup.py build_ext --inplace
EXPOSE 8080 EXPOSE 8080
COPY ./entrypoint.sh /entrypoint.sh COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
WORKDIR /notebooks
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD [] CMD []
\ No newline at end of file
...@@ -133,6 +133,8 @@ python setup.py install ...@@ -133,6 +133,8 @@ python setup.py install
1. `docker build -t alpha-mind:latest -f Dockerfile .` 1. `docker build -t alpha-mind:latest -f Dockerfile .`
2. `docker run -it -p 8080:8080 --name alpha-mind alpha-mind`
* *注意事项*: * *注意事项*:
1. 在Linux系统上,请确保gcc版本大于4.8; 1. 在Linux系统上,请确保gcc版本大于4.8;
......
arrow == 0.16.0 arrow == 0.16.0
cython == 0.29.21 cython == 0.29.21
cvxpy == 1.1.5 cvxpy == 1.1.5
cvxopt == 1.2.5
deprecated == 1.2.10 deprecated == 1.2.10
ecos == 2.0.7.post1 ecos == 2.0.7.post1
jupyter == 1.0.0 jupyter == 1.0.0
jupyterlab == 2.2.6 jupyterlab == 2.2.6
matplotlib matplotlib == 3.3.1
numba == 0.51.1 numba == 0.51.1
numpy == 1.19.1 numpy == 1.19.1
pandas == 1.1.1 pandas == 1.1.1
......
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