File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33# Authors: Just van den Broecke <justb4@gmail.com>
44#
5- # Copyright (c) 2019 Just van den Broecke
5+ # Copyright (c) 2019-2024 Just van den Broecke
66#
77# Permission is hereby granted, free of charge, to any person
88# obtaining a copy of this software and associated documentation
2626# OTHER DEALINGS IN THE SOFTWARE.
2727#
2828# =================================================================
29-
3029FROM ubuntu:jammy
3130
3231LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
@@ -49,7 +48,6 @@ COPY ./requirements.txt /jupyter/requirements.txt
4948
5049# Run all installs
5150RUN \
52- # Install dependencies
5351 apt-get update -y \
5452 && apt-get upgrade -y \
5553 && apt-get install -y --fix-missing --no-install-recommends ${DEB_BUILD_DEPS} \
6260 && apt-get remove --purge ${DEB_BUILD_DEPS} -y \
6361 && apt autoremove -y \
6462 && rm -rf /var/lib/apt/lists/*
65- # Patch for now until https://github.com/jupyter-widgets/ipyleaflet/issues/865 solved in version
66- # && sed -i /usr/local/lib/python3.10/dist-packages/ipyleaflet/basemaps.py -e 's/com\/\/tiles/com\/tiles/g'
6763
6864COPY ./entrypoint.sh /jupyter/start.sh
6965
You can’t perform that action at this time.
0 commit comments