File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626# OTHER DEALINGS IN THE SOFTWARE.
2727#
2828# =================================================================
29- FROM ubuntu:jammy
29+ FROM ubuntu:noble
3030
3131LABEL maintainer=
"Just van den Broecke <[email protected] >" 3232
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 \
Original file line number Diff line number Diff line change 66geopandas
77descartes
88folium
9- bokeh == 2.4.3
9+ bokeh
1010ipyleaflet
1111pandas-bokeh
1212pydeck
You can’t perform that action at this time.
0 commit comments