Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
星冉 committed Jun 29, 2022
1 parent ed87c05 commit 2d8d294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get -qq install \
# RUST
&& bash <(curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf) -y \
# ZSH
&& curl -s https://mirror.ghproxy.com/https://gist.githubusercontent.com/XRSec/0e47c9b793887d201bab9de2a07a740c/raw/e832430bfe70e6960cf583e0b1b00ab5c22cd15e/zsh_init.sh | bash || echo "ok!"
&& curl -s https://mirror.ghproxy.com/https://gist.githubusercontent.com/Ran-Xing/0e47c9b793887d201bab9de2a07a740c/raw/7f355da68c3d6d1e3fc3da55b6251d9a65b72597/zsh_init.sh | bash || echo "ok!"

# ENV
RUN echo 'export PATH="$PATH:$HOME/go/bin/"' >> /root/.bashrc \
Expand Down Expand Up @@ -109,4 +109,4 @@ ENV LANG 'zh_CN.UTF-8'
ENV CARGO_HOME=/root/.local/lib/cargo
STOPSIGNAL SIGQUIT

CMD [ "/usr/bin/jupyter-notebook", "--no-browser", "--allow-root", "--ip=0.0.0.0", "--config=/root/.jupyter/jupyter_notebook_config.py"]
CMD [ "/usr/bin/jupyter-notebook", "--no-browser", "--allow-root", "--ip=0.0.0.0", "--config=/root/.jupyter/jupyter_notebook_config.py"]

0 comments on commit 2d8d294

Please sign in to comment.