aletrn commited on
Commit
64604c1
·
1 Parent(s): 1973cd5

ci: update Dockerfile, requirements.txt

Browse files
Files changed (2) hide show
  1. dockerfiles/Dockerfile +1 -1
  2. requirements.txt +1 -1
dockerfiles/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM registry.gitlab.com/aletrn/gis-prediction:1.6.4
2
 
3
  # Include global arg in this stage of the build
4
  ARG WORKDIR_ROOT="/var/task"
 
1
+ FROM registry.gitlab.com/aletrn/gis-prediction:1.6.5
2
 
3
  # Include global arg in this stage of the build
4
  ARG WORKDIR_ROOT="/var/task"
requirements.txt CHANGED
@@ -8,7 +8,7 @@ onnxruntime==1.18.1
8
  rasterio==1.3.10
9
  requests==2.32.3
10
  samgis_core==3.0.6
11
- samgis_web==1.0.7
12
  fastapi==0.111.1
13
  pydantic==2.8.2
14
  uvicorn==0.30.3
 
8
  rasterio==1.3.10
9
  requests==2.32.3
10
  samgis_core==3.0.6
11
+ samgis_web==1.0.8
12
  fastapi==0.111.1
13
  pydantic==2.8.2
14
  uvicorn==0.30.3