Skip to content

Add docker compose stacks for both backends#78

Open
alexleach wants to merge 2 commits into
joanrod:mainfrom
alexleach:feat/compose-project
Open

Add docker compose stacks for both backends#78
alexleach wants to merge 2 commits into
joanrod:mainfrom
alexleach:feat/compose-project

Conversation

@alexleach
Copy link
Copy Markdown

Here are compose files for spinning up your StarVector demo services in separate containers, with docker compose.

Getting Started

  1. Spin up Hugging Face services:-
    docker compose -f compose.hf.yaml up

  2. Spin up with VLLM backend:-
    docker compose -f compose.vllm.yaml up

VLLM takes forever to compile; I had to leave my PC compiling vllm all day before I could use that. Still, it eventually finished building and I now have an image that spins up and down quite quickly.

You will likely need to add your HUGGING_FACE_HUB_TOKEN to the environment block in the respective compose file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant