Skip to content

Commit ed687d8

Browse files
committed
Python image: update pixi image, add pixi-kernel back, remove unused feature packages
1 parent d690195 commit ed687d8

File tree

3 files changed

+81
-253
lines changed

3 files changed

+81
-253
lines changed

py-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#syntax=docker/dockerfile:1.7
2-
FROM ghcr.io/prefix-dev/pixi:0.28.1-jammy@sha256:846739b8af52235586f263ca4afadc55b84c24d8ecb291ae49fa123de6b2cea4
2+
FROM ghcr.io/prefix-dev/pixi:0.38.0-jammy@sha256:42d9530a15076a09ba3f64da4d163fdcfe30b728a5221603e2e0a9e9b4d0fae3
33

44
ENV NB_USER jovyan
55
ENV NB_UID 1000
@@ -27,7 +27,7 @@ USER ${NB_USER}
2727

2828
COPY ./pixi.toml ./pixi.lock ${PIXI_DIR}/
2929

30-
RUN --mount=type=cache,id=ohw_py,target=/home/jovyan/.cache/rattler/cache,uid=${NB_UID},gid=${NB_UID} \
30+
RUN --mount=type=cache,id=ohw_py,target=${HOME}/.cache/rattler/cache,uid=${NB_UID},gid=${NB_UID} \
3131
pixi install --frozen -e default
3232

3333
RUN pixi shell-hook --frozen -e default > /srv/shell-hook.sh \

0 commit comments

Comments
 (0)