Skip to content

Commit

Permalink
Merge pull request #113 from nasaharvest/torchserve-docker-update
Browse files Browse the repository at this point in the history
Update torchserve
  • Loading branch information
ivanzvonkov authored Oct 26, 2022
2 parents c12a154 + f295617 commit 6721100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openmapflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM pytorch/torchserve:0.5.3-cpu
FROM pytorch/torchserve:0.6.0-cpu
USER root
RUN pip3 install --upgrade pip
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion openmapflow/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
TEMPLATE_README = TEMPLATES_DIR / "README.md"
TEMPLATE_DEPLOY_YML = TEMPLATES_DIR / "github-deploy.yaml"
TEMPLATE_TEST_YML = TEMPLATES_DIR / "github-test.yaml"
VERSION = "0.2.1rc2"
VERSION = "0.2.1"

# -------------- Dataframe column names --------------------------------------
SOURCE = "source"
Expand Down

0 comments on commit 6721100

Please sign in to comment.