From 134156f59d5122177f2ac506494226a2b886dff8 Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Mon, 12 Jun 2023 13:02:38 +0200 Subject: [PATCH] update project name to image-classification-service --- .dvc/config | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.dvc/config b/.dvc/config index 50d27f4..78a1839 100644 --- a/.dvc/config +++ b/.dvc/config @@ -5,4 +5,4 @@ url = ssh://vector.iqser.com/research/image-prediction/ port = 22 ['remote "azure_remote"'] - url = azure://ir-sa-dvc/ + url = azure://ic-sa-dvc/ diff --git a/README.md b/README.md index c51e69d..d7e34e0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Build base image ```bash -docker build -t image-recognition-image --progress=plain --no-cache \ +docker build -t image-classification-image --progress=plain --no-cache \ -f Dockerfile \ --build-arg USERNAME=$GITLAB_USER \ --build-arg TOKEN=$GITLAB_ACCESS_TOKEN \ diff --git a/pyproject.toml b/pyproject.toml index efd320c..db76613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "image-recognition-service" +name = "image-classification-service" version = "1.29.1" description = "" authors = ["Team Research "]