CoolFace
Apppublic

jaothan/Pinecone_docker

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
Dockerfile22 linesDownload Raw Back to root
1services:2  index1:3    image: ghcr.io/pinecone-io/pinecone-index:latest4    environment:5      PORT: 50806      INDEX_TYPE: serverless7      DIMENSION: 2 8      METRIC: cosine9    ports:10      - "5081:5081"11    platform: linux/amd6412  index2:13    image: ghcr.io/pinecone-io/pinecone-index:latest14    environment:15      PORT: 508116      INDEX_TYPE: pod17      DIMENSION: 2 18      METRIC: dotproduct19    ports:20      - "5082:5082"21    platform: linux/amd6422