Skip to content

Commit 404798d

Browse files
authored
Merge pull request #801 from Hi-Windom/v0.35
集成 jupyter-binder-python #650
2 parents 91635a5 + 3fb64ba commit 404798d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.vscode/extensions/Sillot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sillot",
33
"displayName": "汐洛 Sillot",
44
"description": "汐洛彖夲肜矩阵(Sillot T☳Converbenk Matrix)为智慧新彖务服务。此插件为汐洛官方插件,提供多功能一体化集成。",
5-
"version": "0.35.2296",
5+
"version": "0.35.2297",
66
"preview": true,
77
"repository": "https://github.com/Hi-Windom/Sillot",
88
"publisher": "Hi-Windom",

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN sudo apt-get update && \
5252
sudo rm -rf /var/lib/apt/lists/*
5353

5454
RUN sudo chown -R root:root /opt/Sillot/
55-
RUN sudo chmod +x /opt/Sillot/kernel /usr/local/bin/deno /tini /opt/Sillot/docker-sillot-entrypoint.sh
55+
RUN sudo chmod +x /opt/Sillot/kernel /usr/local/bin/deno /tini /opt/Sillot/Docker_entry.sh
5656

5757
ENV TZ=Asia/Shanghai
5858
ENV RUN_IN_CONTAINER=true
@@ -61,4 +61,4 @@ LABEL maintainer="Soltus<694357845@qq.com>"
6161

6262
ENV SILLOT_ARGS_KERNEL="--accessAuthCode 58131"
6363
ENV SILLOT_ARGS_JUPYTER="--port=8888 --ip=* --no-browser --allow-root"
64-
ENTRYPOINT [ "/tini", "--", "/opt/Sillot/docker-sillot-entrypoint.sh" ]
64+
ENTRYPOINT [ "/tini", "--", "/opt/Sillot/Docker_entry.sh" ]

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sillot",
3-
"version": "0.35.2296",
3+
"version": "0.35.2297",
44
"syv": "3.1.0",
55
"sypv": "[3.0.16]",
66
"description": "Build Your Eternal Digital Garden",

docs/starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "starlight",
33
"type": "module",
4-
"version": "0.35.2296",
4+
"version": "0.35.2297",
55
"scripts": {
66
"test": "echo 'Test your sister day by day'",
77
"dev": "astro dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sillot-workspace",
3-
"version": "0.35.2296",
3+
"version": "0.35.2297",
44
"description": "汐洛 pnpm 工作区",
55
"packageManager": "pnpm@9.1.4",
66
"scripts": {

0 commit comments

Comments
 (0)