bookworm -> trixie

This commit is contained in:
ben0i0d 2025-01-19 23:05:27 +08:00
parent d65cd7dbc1
commit a2e469087a
3 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ c.DockerSpawner.allowed_images = {
### List of images that are currently being built
* Base: benchmarking against the jupyter official minimal-notebook image
* Description
1. Upstream has switched to `debian:bookworm-slim`, and GPU upstream images are also built based on `debian:bookworm`
1. Upstream has switched to `debian:trixie-slim`
2. Sudo is added for passwordless use. In scenarios with high security requirements, do not allow privilege escalation
3. Provided packages: .zip extraction
* Python: Supports Python
@ -120,7 +120,7 @@ M-->MF(Scilab)
**Package version**
* cuda 12.4.0
* Python 3.11
* Python 3.12
* Julia latest
* spark 3.5.4
* flink 1.20.0

View File

@ -44,7 +44,7 @@ plt.rcParams["font.family"] = zh_font.get_name()
### 需要额外说明的镜像
* Base基础镜像包含jupyterhubjupyterlab相当于jupyter官方的minimal-notebook镜像
* 说明
1. 上游已经切换到`debian:bookworm-slim`
1. 上游已经切换到`debian:trixie-slim`
2. 添加了sudo的无密码使用在安全要求较高的场景中不要允许特权提升
3. 提供软件包:.zip文件解压
* Python支持Python。
@ -127,7 +127,7 @@ M-->MF(Scilab)
**软件包版本**
* cuda 12.4.0
* Python 3.11
* Python 3.12
* Julia latest
* spark 3.5.4
* flink 1.20.0

View File

@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM debian:trixie-slim
ARG PYPI_MIRROR
ARG DEBIAN_MIRROR