alessandro trinca tornidor
ci: refactor Dockerfile using nvcr.io/nvidia/pytorch:24.10-py3 as base image, use samgis-lisa==1.0.9
32656c4
| [tool.poetry] | |
| name = "samgis-lisa-on-cuda" | |
| version = "1.6.1" | |
| description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model). This demo uses a dedicated GPU." | |
| authors = ["alessandro trinca tornidor <[email protected]>"] | |
| license = "MIT license" | |
| readme = "README.md" | |
| package-mode = false | |
| [metadata] | |
| name = "samgis-lisa-on-cuda" | |
| version = "1.6.1" | |
| [tool.poetry.dependencies] | |
| python = ">=3.10,<3.11" | |
| samgis-lisa = "1.0.9" | |
| [tool.poetry.group.test] | |
| optional = true | |
| [tool.poetry.group.test.dependencies] | |
| pytest = "^8.2.2" | |
| pytest-cov = "^5.0.0" | |
| httpx = "^0.27.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |