Skip to content

Commit 9632306

Browse files
committed
Downgrade rasterio to 1.3.0 for Jetson 6.2.0 GDAL compatibility
Jetpack r36.4.0 ships with GDAL 3.4.1, but rasterio 1.4.x requires GDAL >= 3.5. This was causing Jetson 6.2.0 Docker builds to fail. Fixes the build error: ERROR: GDAL >= 3.5 is required for rasterio. Please upgrade GDAL.
1 parent f82e457 commit 9632306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.sam.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rf-segment-anything==1.0
22
samv2==0.0.4
3-
rasterio~=1.4.0
3+
rasterio~=1.3.0
44
pycocotools>=2.0.10
55
# TODO: update to 2.8.0 once pre-built flashattn is available
66
torch>=2.0.1,<2.7.0

0 commit comments

Comments
 (0)