alessandro trinca tornidor
commited on
Commit
·
2c5f5ae
1
Parent(s):
40f04d0
chore: update Dockerfile image version, bump to version 1.11.19
Browse files- Dockerfile +1 -1
- pyproject.toml +2 -2
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM registry.gitlab.com/aletrn/gis-prediction:1.11.
|
| 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.11.19
|
| 2 |
|
| 3 |
# Include global arg in this stage of the build
|
| 4 |
ARG WORKDIR_ROOT="/var/task"
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis"
|
| 3 |
-
version = "1.11.
|
| 4 |
description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
|
| 5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
| 6 |
license = "MIT license"
|
|
@@ -9,7 +9,7 @@ package-mode = false
|
|
| 9 |
|
| 10 |
[metadata]
|
| 11 |
name = "samgis"
|
| 12 |
-
version = "1.11.
|
| 13 |
|
| 14 |
[tool.poetry.urls]
|
| 15 |
Source = "https://github.com/trincadev/samgis-be"
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis"
|
| 3 |
+
version = "1.11.19"
|
| 4 |
description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
|
| 5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
| 6 |
license = "MIT license"
|
|
|
|
| 9 |
|
| 10 |
[metadata]
|
| 11 |
name = "samgis"
|
| 12 |
+
version = "1.11.19"
|
| 13 |
|
| 14 |
[tool.poetry.urls]
|
| 15 |
Source = "https://github.com/trincadev/samgis-be"
|