fix: default kernel

This commit is contained in:
tao.chen
2026-08-06 10:46:21 +08:00
parent d813508461
commit e2329ea429
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -1,6 +1,4 @@
# this is not system dependences
jupyter
notebook
ipykernel
nbclient
nbformat
-2
View File
@@ -1,6 +1,4 @@
# this is not system dependences
jupyter
notebook
ipykernel
nbclient
nbformat
+1 -1
View File
@@ -18,7 +18,7 @@ RUN uv venv --python 3.12 /opt/venv/python3.12 && \
RUN uv venv --python 3.8 /opt/venv/python3.8 && \
UV_DEFAULT_INDEX="https://pypi.tuna.tsinghua.edu.cn/simple/" uv pip install --python /opt/venv/python3.8/bin/python -r extras/requirements-py38 && \
/opt/venv/python3.8/bin/python -m ipykernel install --prefix=/opt/venv/python3.12 --name=python38 --display-name="python3.8"
/opt/venv/python3.8/bin/python -m ipykernel install --prefix=/opt/venv/python3.12 --name=python38 --display-name="python3.8" --sys-prefix
RUN uv venv --python 3.10 /opt/venv/python3.10 && \
UV_DEFAULT_INDEX="https://pypi.tuna.tsinghua.edu.cn/simple/" uv pip install --python /opt/venv/python3.10/bin/python -r extras/requirements-py310 && \