Skip to content

Commit

Permalink
bump jlab, bump libtinfo5 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Dec 19, 2024
1 parent 6b737c7 commit 736e18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ USER jovyan

# Python/Mamba Deps
## Package versions
ARG JUPYTERSERVER_VERSION=2.14.2 NBGRADER_VERSION=0.9.3 JUPYTERLAB_VERSION=4.3.3 NBCONVERT_VERSION=7.16.4 NOTEBOOK_VERSION=7.3.1 NBCLASSIC_VERSION=1.1.0
ARG JUPYTERSERVER_VERSION=2.14.2 NBGRADER_VERSION=0.9.3 JUPYTERLAB_VERSION=4.3.4 NBCONVERT_VERSION=7.16.4 NOTEBOOK_VERSION=7.3.1 NBCLASSIC_VERSION=1.1.0
ARG PANDAS_VERSION=2.2.3 STATSMODELS_VERSION=0.14.4 BOTTLENECK_VERSION=1.4.2 NUMEXPR_VERSION=2.10.2

# Install essential+datascience pip packages
Expand Down
2 changes: 1 addition & 1 deletion images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG PROTOBUF_VERSION=3.20.3

# apt deps
RUN apt-get update && \
apt-get install -y libtinfo5 build-essential && \
apt-get install -y libtinfo6 build-essential && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Symbolic link for Stata 17 dependency on libncurses5
Expand Down

0 comments on commit 736e18d

Please sign in to comment.