Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Update to JH 4.0.2 and latest base #15

Merged
merged 3 commits into from
Aug 17, 2023
Merged
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Another Docker container should inherit with `FROM cernphsft/notebook`
# to run actual services.

FROM gitlab-registry.cern.ch/linuxsupport/cc7-base:20210715-1.x86_64
FROM gitlab-registry.cern.ch/linuxsupport/cc7-base:20230801-1.x86_64

LABEL maintainer="[email protected]"

Expand Down Expand Up @@ -53,7 +53,7 @@ RUN mkdir /tmp/pandoc && \

# Install a newer version of TeX Live, than the one available in yum repos
# For converting to PDF
ENV PATH /usr/local/texlive/2021/bin/x86_64-linux/:$PATH
diocas marked this conversation as resolved.
Show resolved Hide resolved
ENV PATH /usr/local/texlive/2023/bin/x86_64-linux/:$PATH
RUN mkdir /tmp/texlive && \
cd /tmp/texlive && \
wget --quiet http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
RUN pip3 --no-cache-dir install \
'ipyparallel==6.3.0' \
'notebook==6.4.2' \
'jupyterhub==1.4.2' \
'jupyterhub==4.0.2' \
'jupyterlab==3.0.17' \
'jupyter_nbextensions_configurator' \
'voila'
Expand Down