Skip to content

Commit

Permalink
Merge pull request #87 from oceanhackweek/TLDR
Browse files Browse the repository at this point in the history
Update ca-certs for github and base image
  • Loading branch information
abkfenris authored Aug 26, 2024
2 parents 2a97dd6 + 11a33cb commit 461a00b
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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.27.1-jammy@sha256:1318ca3b233a685c13aea68c71c377b27963a93c8d7890280c583df49b5281a0
FROM ghcr.io/prefix-dev/pixi:0.28.1-jammy@sha256:846739b8af52235586f263ca4afadc55b84c24d8ecb291ae49fa123de6b2cea4

ENV NB_USER jovyan
ENV NB_UID 1000
Expand All @@ -17,6 +17,11 @@ RUN adduser --disabled-password --gecos "Default Jupyter user" ${NB_USER} \
&& chown -R ${NB_USER}:${NB_USER} ${PIXI_DIR}


RUN apt-get update \
&& apt-get install ca-certificates -y \
&& update-ca-certificates


WORKDIR ${PIXI_DIR}
USER ${NB_USER}

Expand Down
60 changes: 60 additions & 0 deletions py-base/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions py-base/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ numbagg = ">=0.8.1,<0.9"
fsspec = ">=2024.6.1"
gcsfs = ">=2024.6.1,<2024.7"
jupyterlab-git = ">=0.50.1,<0.51"
tldr = ">=3.3.0,<3.4"

[feature.24-Callum.dependencies]
numpy = "*"
Expand Down

0 comments on commit 461a00b

Please sign in to comment.