Linux 运行环境固定为 opencv-4.9.0 gdal-3.8.4 ubuntu-22.04

This commit is contained in:
nuknal
2024-07-12 15:29:38 +08:00
parent 2bc6f53acc
commit b8ac9cf4d4
7 changed files with 81 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
docker build -t nuknal/gdal38-cv49-builder -f Dockerfile.build .
docker build --progress=plain -t nuknal/gdal38-cv49-builder -f Dockerfile.build .
docker run -v .:/src nuknal/gdal38-cv49-builder sh -c "cd /src && make linux"