This commit is contained in:
francisco.schulz 2023-06-07 17:44:35 +02:00
parent 06b1af9f1a
commit 892742ef17

View File

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