update project name to image-classification-service

This commit is contained in:
francisco.schulz 2023-06-12 13:02:38 +02:00
parent 1205f2e0ed
commit 134156f59d
3 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -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 \

View File

@ -1,5 +1,5 @@
[tool.poetry]
name = "image-recognition-service"
name = "image-classification-service"
version = "1.29.1"
description = ""
authors = ["Team Research <research@knecon.com>"]