Skip to content

Commit

Permalink
actual bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Jul 15, 2024
1 parent 95d58a7 commit cab32b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# If you are building manually, pass PYTHON_VERSION/PY_VER_SHORT/JUPYTERHUB_VERSION with --build-arg
ARG PYTHON_VERSION=python-3.11.9
ARG PY_VER_SHORT=3.11
ARG JUPYTERHUB_VERSION=4.1.5

FROM quay.io/jupyter/datascience-notebook:$PYTHON_VERSION
USER root

# Setup datascience apt pkgs + env vars
## see https://github.com/phusion/baseimage-docker/issues/319#issuecomment-1058835363
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NOWARNINGS="yes"
RUN apt-get update -y && \
apt-get -qq install -y --no-install-recommends \
Expand Down Expand Up @@ -50,9 +54,8 @@ COPY /test/test_r_func.R /opt/manual_tests
USER jovyan

# Python/Mamba Deps
ARG PY_VER_SHORT=3.11
## Package versions
ARG JUPYTERSERVER_VERSION=2.14.2 JUPYTERHUB_VERSION=4.1.5 JUPYTERLAB_VERSION=4.2.3 NBCONVERT_VERSION=7.16.4 NOTEBOOK_VERSION=7.2.1 NBCLASSIC_VERSION=1.0.0
ARG JUPYTERSERVER_VERSION=2.14.2 JUPYTERLAB_VERSION=4.2.3 NBCONVERT_VERSION=7.16.4 NOTEBOOK_VERSION=7.2.1 NBCLASSIC_VERSION=1.0.0
ARG PANDAS_VERSION=2.2.2 STATSMODELS_VERSION=0.14.1

# Install essential+datascience pip packages
Expand Down
4 changes: 2 additions & 2 deletions images/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ images:
datascience-notebook:
image_name: ghcr.io/ucsd-ets/datascience-notebook
build_args:
PYTHON_VERSION: python-3.11.8
PYTHON_VERSION: python-3.11.9
PY_VER_SHORT: "3.11"
JUPYTERHUB_VERSION: 4.1.1
JUPYTERHUB_VERSION: 4.1.5
info_cmds: [PY_VER, PIP_LIST, CONDA_INFO, CONDA_LIST, APT_PKG_LIST]

rstudio-notebook:
Expand Down

0 comments on commit cab32b8

Please sign in to comment.