Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 365 Bytes
 
docker build -t linchenxiao/embeddingapi:v1.0.0 .

 docker run \
-v $GOOGLE_APPLICATION_CREDENTIALS:/Users/linchenxiao/gcp_keys/playground-linchen-2774599fb4bc.json:ro \
-e GOOGLE_APPLICATION_CREDENTIALS=/Users/linchenxiao/gcp_keys/playground-linchen-2774599fb4bc.json \
-p 80:80 linchenxiao/embeddingapi:v1.0.0