update project name to image-classification-service
This commit is contained in:
parent
1205f2e0ed
commit
134156f59d
@ -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/
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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>"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user