image-matching-webui / build_docker.sh
Ubuntu
add: docker
e3598ee
raw history blame
No virus
186 Bytes
docker build -t image-matching-webui:latest . --no-cache
docker tag image-matching-webui:latest vincentqin/image-matching-webui:latest
docker push vincentqin/image-matching-webui:latest