Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 564 Bytes

File metadata and controls

18 lines (13 loc) · 564 Bytes

pytorch image to vector (for Weaviate)

The inference container for the img2vec module

Documentation

Documentation for this module can be found here.

Build Docker container

LOCAL_REPO="img2vec-pytorch" MODEL_NAME="resnet50" ./cicd/build.sh

Build with distroless base

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 .