Skip to content

Commit

Permalink
Merge pull request #787 from Hi-Windom/v0.35
Browse files Browse the repository at this point in the history
集成 jupyter-binder-python #650
  • Loading branch information
Soltus authored May 31, 2024
2 parents 1e9fd39 + 6129683 commit 05df1cf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions/Sillot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sillot",
"displayName": "汐洛 Sillot",
"description": "汐洛彖夲肜矩阵(Sillot T☳Converbenk Matrix)为智慧新彖务服务。此插件为汐洛官方插件,提供多功能一体化集成。",
"version": "0.35.2282",
"version": "0.35.2283",
"preview": true,
"repository": "https://github.com/Hi-Windom/Sillot",
"publisher": "Hi-Windom",
Expand Down
17 changes: 10 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ RUN apk add --no-cache gcc musl-dev && \
rm /Hi-Windom/Sillot/app/appearance/langs/zh_CHT.json && \
rm /Hi-Windom/Sillot/app/appearance/langs/fr_FR.json && \
rm /Hi-Windom/Sillot/app/appearance/langs/es_ES.json && \
# mv /Hi-Windom/Sillot/app/appearance/ /opt/Sillot/ && \
# mv /Hi-Windom/Sillot/app/stage/ /opt/Sillot/ && \
# mv /Hi-Windom/Sillot/app/guide/ /opt/Sillot/ && \
# mv /Hi-Windom/Sillot/app/changelogs/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/app/appearance/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/app/stage/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/app/guide/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/app/changelogs/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/kernel/kernel /opt/Sillot/ && \
find /opt/Sillot/ -name .git | xargs rm -rf

FROM soltus/jupyter-binder-python:latest
Expand All @@ -44,9 +44,12 @@ COPY --from=denoland/deno:bin /deno /usr/local/bin/deno
LABEL maintainer="Soltus<[email protected]>"

USER root
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends ca-certificates tzdata && sudo rm -rf /var/lib/apt/lists/*
RUN sudo apt-get update && \
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates tzdata-geo && \
sudo rm -rf /var/lib/apt/lists/*

RUN sudo chown -R ${NB_UID} /opt/Sillot/
RUN sudo chmod +x /usr/local/bin/deno
RUN sudo chmod +x /opt/Sillot/kernel /usr/local/bin/deno
USER ${NB_UID}

ENV TZ=Asia/Shanghai
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.35.2282",
"version": "0.35.2283",
"syv": "3.1.0",
"sypv": "[3.0.16]",
"description": "Build Your Eternal Digital Garden",
Expand Down
2 changes: 1 addition & 1 deletion docs/starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight",
"type": "module",
"version": "0.35.2282",
"version": "0.35.2283",
"scripts": {
"test": "echo 'Test your sister day by day'",
"dev": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sillot-workspace",
"version": "0.35.2282",
"version": "0.35.2283",
"description": "汐洛 pnpm 工作区",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 05df1cf

Please sign in to comment.