Skip to content

Commit

Permalink
removed llm-gateway from docker compose since ml repo is a private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardcqian committed Feb 7, 2024
1 parent 2e8c0a0 commit a6bc9c9
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,6 @@ services:
volumes:
- sentence-transformers:/app/.sentence_transfomers

# Bring up the llm-gateway service. Requires the machine-learning repo to be cloned in an
# adjacent directory. Set your OpenAI key in the .env file (see .env.example for format)
llm-gateway:
build:
context: ../machine-learning/
dockerfile: ../machine-learning/mlapi/Dockerfile
target: development
cache_from:
- us.gcr.io/kubernetes-dev/mlops-api:latest
args:
BUILDKIT_INLINE_CACHE: '1'
ports:
- 4033:4033
working_dir: /go/src/mlapi
entrypoint:
- 'air'
command:
- '-c'
- '.air.llm-gateway.toml'
environment:
air_wd: /go/src/mlapi
OPENAI_API_KEY: '$OPENAI_API_KEY'
OPENAI_ORGANIZATION_ID: '$OPENAI_ORGANIZATION_ID'
restart: unless-stopped

volumes:
sentence-transformers:
# For grafana/vectorapi embedder or store
Expand Down

0 comments on commit a6bc9c9

Please sign in to comment.