ci: update Dockerfile, requirements.txt
Browse files- dockerfiles/Dockerfile +1 -1
- requirements.txt +1 -1
dockerfiles/Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM registry.gitlab.com/aletrn/gis-prediction:1.6.
|
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.
|
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
|