Skip to content

Commit

Permalink
Python image: update pixi image, add pixi-kernel back, remove unused …
Browse files Browse the repository at this point in the history
…feature packages
  • Loading branch information
emiliom committed Dec 5, 2024
1 parent d690195 commit ed687d8
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 253 deletions.
4 changes: 2 additions & 2 deletions py-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile:1.7
FROM ghcr.io/prefix-dev/pixi:0.28.1-jammy@sha256:846739b8af52235586f263ca4afadc55b84c24d8ecb291ae49fa123de6b2cea4
FROM ghcr.io/prefix-dev/pixi:0.38.0-jammy@sha256:42d9530a15076a09ba3f64da4d163fdcfe30b728a5221603e2e0a9e9b4d0fae3

ENV NB_USER jovyan
ENV NB_UID 1000
Expand Down Expand Up @@ -27,7 +27,7 @@ USER ${NB_USER}

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

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

RUN pixi shell-hook --frozen -e default > /srv/shell-hook.sh \
Expand Down
Loading

0 comments on commit ed687d8

Please sign in to comment.