Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj0916 committed Mar 1, 2021
1 parent 4512f1f commit 3653d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/kite/qa-community-rust2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM qa-jupyter_kite2:2.0
FROM qa-jupyter_rust2:1.0
#FROM daocloud.io/quantaxis/qa-jupyter:latest
USER root
ENV TZ=Asia/Shanghai
Expand Down Expand Up @@ -97,4 +97,4 @@ RUN mkdir -p ~/.kite/libraries \
&& ln -s /opt/conda/lib/python3.8/site-packages ~/.kite/libraries
WORKDIR /root
EXPOSE 80 8010 8787 8020 8029 8018 8019 8028
CMD ["/bin/bash", "/root/run-community.sh"]
CMD ["/bin/bash", "/root/run-community.sh"]

0 comments on commit 3653d1e

Please sign in to comment.