File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : 0.1.6rc2
1+ version : 0.1.6rc3
22project : buildings-example
33description : OpenMapFlow buildings example
44gcloud :
Original file line number Diff line number Diff line change 1- version : 0.1.6rc2
1+ version : 0.1.6rc3
22project : crop-mask-example
33description : OpenMapFlow crop mask example
44gcloud :
Original file line number Diff line number Diff line change 22FROM pytorch/torchserve:0.5.3-cpu
33USER root
44RUN pip3 install --upgrade pip
5- RUN pip install openmapflow[data]
5+ RUN pip install openmapflow[data]==0.1.6rc3
66COPY torchserve_handler.py /home/model-server/handler.py
77ADD torchserve_start.sh /usr/local/bin/start.sh
88RUN chmod 777 /usr/local/bin/start.sh
Original file line number Diff line number Diff line change 1- version : 0.1.6rc2
1+ version : 0.1.6rc3
22project : maize-example
33description : OpenMapFlow maize example
44gcloud :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313TEMPLATE_README = TEMPLATES_DIR / "README.md"
1414TEMPLATE_DEPLOY_YML = TEMPLATES_DIR / "github-deploy.yaml"
1515TEMPLATE_TEST_YML = TEMPLATES_DIR / "github-test.yaml"
16- VERSION = "0.1.6rc2 "
16+ VERSION = "0.1.6rc3 "
1717
1818# -------------- Dataframe column names --------------------------------------
1919SOURCE = "source"
You can’t perform that action at this time.
0 commit comments