Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

FROM ghcr.io/rs-python/rs-client-libraries_store:latest as rs-client

FROM ghcr.io/rs-python/quay.io/jupyter/base-notebook:hub-4.1.5
FROM ghcr.io/rs-python/quay.io/jupyter/base-notebook:hub-5.2.1

ARG DASK_TAG="2024.5.2"
ARG DASK_GATEWAY_TAG="2024.1.0"
ARG PREFECT_TAG="3.1.4"
ARG PYTHON_TAG="3.11.7"
ARG PYTHON_TAG="3.12.8"

USER root

RUN adduser rspy
RUN useradd -ms /bin/bash -U rspy

ENV SHELL /bin/bash
ENV HOME /home/rspy
Expand All @@ -39,8 +39,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && \
git \
curl \
unzip \
xz-utils \
tzdata \
libgtk-3-0 libasound2 libx11-xcb1 \
libgtk-3-0 libasound2t64 libx11-xcb1 \
xclip \
graphviz \
python3-pydot && \
Expand Down
Loading