Skip to content

Commit 3fbfc66

Browse files
committed
#194 upgrade Base Image from Ubuntu Jammy to Noble (24.04)
1 parent 60de58d commit 3fbfc66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

workshop/jupyter/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# OTHER DEALINGS IN THE SOFTWARE.
2727
#
2828
# =================================================================
29-
FROM ubuntu:jammy
29+
FROM ubuntu:noble
3030

3131
LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
3232

@@ -55,7 +55,7 @@ RUN \
5555
&& apt-get --no-install-recommends install -y ${DEB_PACKAGES} \
5656
&& update-locale LANG=${LANG} \
5757
&& echo "For ${TZ} date=$(date)" && echo "Locale=$(locale)" \
58-
&& pip3 install -r /jupyter/requirements.txt \
58+
&& pip3 install -r /jupyter/requirements.txt --break-system-packages \
5959
&& if [ ${ADD_PIP_PACKAGES} != "" ] ; then pip3 install ${ADD_PIP_PACKAGES}; fi \
6060
&& apt-get remove --purge ${DEB_BUILD_DEPS} -y \
6161
&& apt autoremove -y \

workshop/jupyter/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OWSLib
66
geopandas
77
descartes
88
folium
9-
bokeh==2.4.3
9+
bokeh
1010
ipyleaflet
1111
pandas-bokeh
1212
pydeck

0 commit comments

Comments
 (0)