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 26
26
# OTHER DEALINGS IN THE SOFTWARE.
27
27
#
28
28
# =================================================================
29
- FROM ubuntu:jammy
29
+ FROM ubuntu:noble
30
30
31
31
LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
32
32
55
55
&& apt-get --no-install-recommends install -y ${DEB_PACKAGES} \
56
56
&& update-locale LANG=${LANG} \
57
57
&& 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 \
59
59
&& if [ ${ADD_PIP_PACKAGES} != "" ] ; then pip3 install ${ADD_PIP_PACKAGES}; fi \
60
60
&& apt-get remove --purge ${DEB_BUILD_DEPS} -y \
61
61
&& apt autoremove -y \
Original file line number Diff line number Diff line change 6
6
geopandas
7
7
descartes
8
8
folium
9
- bokeh == 2.4.3
9
+ bokeh
10
10
ipyleaflet
11
11
pandas-bokeh
12
12
pydeck
You can’t perform that action at this time.
0 commit comments