alessandro trinca tornidor commited on
Commit
e8e31ef
1 Parent(s): 9bee93c

ci: remove unused onnxruntime dependency

Browse files
Dockerfile CHANGED
@@ -190,7 +190,6 @@ RUN python -c "import cv2"
190
  RUN python -c "import fastapi"
191
  RUN python -c "import geopandas"
192
  RUN python -c "import loguru"
193
- RUN python -c "import onnxruntime"
194
  RUN python -c "import rasterio"
195
  RUN python -c "import uvicorn"
196
  RUN df -h
 
190
  RUN python -c "import fastapi"
191
  RUN python -c "import geopandas"
192
  RUN python -c "import loguru"
 
193
  RUN python -c "import rasterio"
194
  RUN python -c "import uvicorn"
195
  RUN df -h
dockerfiles/dockerfile-lisa-predictions CHANGED
@@ -27,7 +27,6 @@ RUN python -c "import cv2"
27
  RUN python -c "import fastapi"
28
  RUN python -c "import geopandas"
29
  RUN python -c "import loguru"
30
- RUN python -c "import onnxruntime"
31
  RUN python -c "import rasterio"
32
  RUN python -c "import uvicorn"
33
  RUN df -h
 
27
  RUN python -c "import fastapi"
28
  RUN python -c "import geopandas"
29
  RUN python -c "import loguru"
 
30
  RUN python -c "import rasterio"
31
  RUN python -c "import uvicorn"
32
  RUN df -h
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -16,15 +16,14 @@ contextily = "^1.5.2"
16
  geopandas = "^0.14.3"
17
  loguru = "^0.7.2"
18
  numpy = "1.25.2"
19
- onnxruntime = "1.16.3"
20
  opencv-python-headless = "^4.8.1.78"
21
  pillow = "^10.2.0"
22
  python = "~3.10"
23
  python-dotenv = "^1.0.1"
24
  rasterio = "^1.3.9"
25
  requests = "^2.31.0"
26
- samgis-core = "^1.1.2"
27
- lisa-on-cuda = "^1.1.1"
28
 
29
  [tool.poetry.group.aws_lambda]
30
  optional = true
 
16
  geopandas = "^0.14.3"
17
  loguru = "^0.7.2"
18
  numpy = "1.25.2"
 
19
  opencv-python-headless = "^4.8.1.78"
20
  pillow = "^10.2.0"
21
  python = "~3.10"
22
  python-dotenv = "^1.0.1"
23
  rasterio = "^1.3.9"
24
  requests = "^2.31.0"
25
+ samgis-core = "1.2.1"
26
+ lisa-on-cuda = "1.2.2"
27
 
28
  [tool.poetry.group.aws_lambda]
29
  optional = true