-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #798 from Hi-Windom/v0.35
集成 jupyter-binder-python #650
- Loading branch information
Showing
5 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,8 @@ FROM soltus/jupyter-binder-python:latest | |
WORKDIR /opt/Sillot/ | ||
COPY --from=GO_BUILD /opt/Sillot/ /opt/Sillot/ | ||
COPY --from=denoland/deno:bin /deno /usr/local/bin/deno | ||
COPY --from=tini /tini /tini | ||
LABEL maintainer="Soltus<694357845@qq.com>" | ||
ENV TINI_VERSION v0.19.0 | ||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini | ||
|
||
USER root | ||
RUN sudo apt-get update && \ | ||
|
@@ -56,6 +56,7 @@ RUN sudo chmod +x /opt/Sillot/kernel /usr/local/bin/deno /tini | |
ENV TZ=Asia/Shanghai | ||
ENV RUN_IN_CONTAINER=true | ||
EXPOSE 58131 | ||
LABEL maintainer="Soltus<[email protected]>" | ||
|
||
ENTRYPOINT [ "/tini", "--" ] | ||
CMD ["sh", "-c", "/opt/Sillot/kernel & jupyter lab --port=8888 --ip=* --no-browser --allow-root"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Sillot-workspace", | ||
"version": "0.35.2293", | ||
"version": "0.35.2294", | ||
"description": "汐洛 pnpm 工作区", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
|