Skip to content

Commit

Permalink
docs(ai): improve temp SAM docker steps (#640)
Browse files Browse the repository at this point in the history
This commit adds all the steps needed to serve the SAM2 container. This
can be removed when the container has been deployed to dockerhub.
  • Loading branch information
rickstaa authored Sep 4, 2024
1 parent 98f59c3 commit 2b6e955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ai/orchestrators/models-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ for their download. For details on supported pipelines and models, consult
The `livepeer/ai-runner:segment-anything-2` container required to serve the [segment-anything-2](ai/pipelines/segment-anything-2) pipeline has not yet been released to our Docker registry. To serve this model as an orchestrator, please use the following command to download the source code and build the Docker container locally:

```bash
docker pull livepeer/ai-runner:latest
docker tag livepeer/ai-runner:latest livepeer/ai-runner:base
docker build https://github.com/livepeer/ai-worker.git#main:runner/docker -t livepeer/ai-runner:segment-anything-2 -f Dockerfile.segment_anything_2
```
</Warning>
Expand Down

0 comments on commit 2b6e955

Please sign in to comment.