opea-project / GenAIExamples

Generative AI Examples is a collection of GenAI examples such as ChatQnA, Copilot, which illustrate the pipeline capabilities of the Open Platform for Enterprise AI (OPEA) project.
https://opea.dev
Apache License 2.0
220 stars 135 forks source link

[Bug]Remove v from Docker image tag names #722

Open arun-gupta opened 1 week ago

arun-gupta commented 1 week ago

Priority

Undecided

OS type

Other (Please let us know in description)

Hardware type

Xeon-other (Please let us know in description)

Installation method

Deploy method

Running nodes

Single Node

What's the version?

All

Description

PyTorch tag names are https://hub.docker.com/r/pytorch/pytorch/tags LangChain tag names are https://hub.docker.com/r/langchain/langchain/tags Ollama tag names are https://hub.docker.com/r/ollama/ollama/tags

All of them are straight-up version numbers without the prefix v that is used in OPEA tags. This letter also feels superfluous. Please change the version numbers to include only numbers.

Reproduce steps

Tag names are available at https://hub.docker.com/u/opea.

Raw log

No response

feng-intel commented 1 week ago

Yes. This is another reference: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch/tags

chensuyue commented 1 week ago

Ok, we can remove v for the image release version from 1.0 release.