Skip to content

Commit 4a9f39d

Browse files
committed
gdal
1 parent 20818ea commit 4a9f39d

9 files changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/docker2018.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: dockerhub:2018.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Thursday,1:00 #m h d/m m d/w

.github/workflows/docker2020.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: dockerhub:2020.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Friday,1:00 #m h d/m m d/w

.github/workflows/docker2022.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: dockerhub:2022.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Saturday,1:00 #m h d/m m d/w

.github/workflows/docker2024.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: dockerhub:2024.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Saturday,1:00 #m h d/m m d/w

.github/workflows/version2018.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: versions:2018.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Thursday,1:00 #m h d/m m d/w

.github/workflows/version2020.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: versions:2020.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Friday,1:00 #m h d/m m d/w

.github/workflows/version2022.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: versions:2022.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Saturday,1:00 #m h d/m m d/w

.github/workflows/version2024.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: versions:2024.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Saturday,1:00 #m h d/m m d/w

Dockerfile26

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN uv pip install seaborn plotly kaleido xvfbwrapper
5252
RUN uv pip install pillow folium
5353

5454
# rtree==0.9.4 & geopandas==0.6 & xlrd==1.2 & openpyxl==3.0 ??
55+
RUN apt-get -y --no-install-recommends install libgdal-dev gdal-bin python3-gdal
5556
RUN uv pip install gdal
5657
RUN uv pip install scipy rtree geopandas fiona patsy statsmodels xlrd openpyxl geocoder
5758
# beautifulsoup4==4.9 ??

0 commit comments

Comments
 (0)