Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix image in docker compose yaml to use the built docker image tag from the README #498

Merged
merged 6 commits into from
Aug 16, 2024
Merged

Fix image in docker compose yaml to use the built docker image tag from the README #498

merged 6 commits into from
Aug 16, 2024

Conversation

HarshaRamayanam
Copy link
Contributor

@HarshaRamayanam HarshaRamayanam commented Aug 15, 2024

Description

The image mentioned in the docker compose yaml file, opea/gen-ai-comps:llm-tgi-server cannot be pulled as it says it doesn't exist yet -

Error response from daemon: pull access denied for opea/gen-ai-comps, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

So, replacing it with the opea/llm-tgi:latest from the README here

Note: The other README update in this PR is related to this PR which is already posted for review

Issues

n/a

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • [ n/a] New feature (non-breaking change which adds new functionality)
  • [ n/a] Breaking change (fix or feature that would break existing design and interface)
  • [ n/a] Others (enhancement, documentation, validation, etc.)

Dependencies

None

Tests

I re-ran the docker compose yaml with the replaced image and it worked fine.

Copy link
Collaborator

@ashahba ashahba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@chensuyue chensuyue added this to the v0.9 milestone Aug 16, 2024
@ashahba ashahba merged commit 72a2553 into opea-project:main Aug 16, 2024
9 checks passed
srinarayan-srikanthan pushed a commit to siddhivelankar23/GenAIComps that referenced this pull request Aug 21, 2024
…om the README (opea-project#498)

* Update README.md

The `ray_serve:habana` doesn't exist (yet) in docker hub

* Fixed the image in docker compose yaml

Signed-off-by: Harsha Ramayanam <[email protected]>

---------

Signed-off-by: Harsha Ramayanam <[email protected]>
Co-authored-by: chen, suyue <[email protected]>
tileintel pushed a commit to siddhivelankar23/GenAIComps that referenced this pull request Aug 22, 2024
…om the README (opea-project#498)

* Update README.md

The `ray_serve:habana` doesn't exist (yet) in docker hub

* Fixed the image in docker compose yaml

Signed-off-by: Harsha Ramayanam <[email protected]>

---------

Signed-off-by: Harsha Ramayanam <[email protected]>
Co-authored-by: chen, suyue <[email protected]>
Signed-off-by: siddhivelankar23 <[email protected]>
sharanshirodkar7 pushed a commit to predictionguard/pg-GenAIComps that referenced this pull request Sep 3, 2024
…om the README (opea-project#498)

* Update README.md

The `ray_serve:habana` doesn't exist (yet) in docker hub

* Fixed the image in docker compose yaml

Signed-off-by: Harsha Ramayanam <[email protected]>

---------

Signed-off-by: Harsha Ramayanam <[email protected]>
Co-authored-by: chen, suyue <[email protected]>
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.

3 participants