Skip to content

Commit 8298f42

Browse files
committed
#156 trigger GH Workflow Docker build-publish
1 parent 5a9993c commit 8298f42

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

workshop/jupyter/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Authors: Just van den Broecke <[email protected]>
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
@@ -26,7 +26,6 @@
2626
# OTHER DEALINGS IN THE SOFTWARE.
2727
#
2828
# =================================================================
29-
3029
FROM ubuntu:jammy
3130

3231
LABEL maintainer="Just van den Broecke <[email protected]>"
@@ -49,7 +48,6 @@ COPY ./requirements.txt /jupyter/requirements.txt
4948

5049
# Run all installs
5150
RUN \
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} \
@@ -62,8 +60,6 @@ RUN \
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

6864
COPY ./entrypoint.sh /jupyter/start.sh
6965

0 commit comments

Comments
 (0)