Skip to content

Commit e1b3bb9

Browse files
committed
Update version in dockerfile
1 parent 417cc4a commit e1b3bb9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

buildings-example/openmapflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.6rc2
1+
version: 0.1.6rc3
22
project: buildings-example
33
description: OpenMapFlow buildings example
44
gcloud:

crop-mask-example/openmapflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.6rc2
1+
version: 0.1.6rc3
22
project: crop-mask-example
33
description: OpenMapFlow crop mask example
44
gcloud:

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM pytorch/torchserve:0.5.3-cpu
33
USER root
44
RUN pip3 install --upgrade pip
5-
RUN pip install openmapflow[data]
5+
RUN pip install openmapflow[data]==0.1.6rc3
66
COPY torchserve_handler.py /home/model-server/handler.py
77
ADD torchserve_start.sh /usr/local/bin/start.sh
88
RUN chmod 777 /usr/local/bin/start.sh

maize-example/openmapflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.6rc2
1+
version: 0.1.6rc3
22
project: maize-example
33
description: OpenMapFlow maize example
44
gcloud:

openmapflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:experimental
2-
FROM ivanzvonkov/openmapflow:0.1.6rc2
2+
FROM ivanzvonkov/openmapflow:0.1.6rc3
33

44
# Ensures that everytime models.dvc is updated
55
# This following docker steps are rerun

openmapflow/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
TEMPLATE_README = TEMPLATES_DIR / "README.md"
1414
TEMPLATE_DEPLOY_YML = TEMPLATES_DIR / "github-deploy.yaml"
1515
TEMPLATE_TEST_YML = TEMPLATES_DIR / "github-test.yaml"
16-
VERSION = "0.1.6rc2"
16+
VERSION = "0.1.6rc3"
1717

1818
# -------------- Dataframe column names --------------------------------------
1919
SOURCE = "source"

0 commit comments

Comments
 (0)