The inference container for the img2vec module
Documentation for this module can be found here.
LOCAL_REPO="img2vec-pytorch" MODEL_NAME="resnet50" ./cicd/build.sh
Swap linux/amd64 with linux/arm64 for arm-based builds
docker buildx build --platform linux/amd64 -t [url]/image-2-vector:[tag] -f Dockerfile.distroless --push .