update
This commit is contained in:
parent
06b1af9f1a
commit
892742ef17
@ -2,8 +2,11 @@
|
||||
|
||||
Build base image
|
||||
```bash
|
||||
docker build -f Dockerfile_base -t image-prediction-base .
|
||||
docker build -f Dockerfile -t image-prediction .
|
||||
docker build -t image-recognition-image --progress=plain --no-cache \
|
||||
-f Dockerfile \
|
||||
--build-arg USERNAME=$GITLAB_USER \
|
||||
--build-arg TOKEN=$GITLAB_ACCESS_TOKEN \
|
||||
.
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user