GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

Use Gaudi base images from Dockerhub

Open ashahba opened this issue 6 months ago • 0 comments

Description

This PR attempts to pull all Gaudi base images from DockerHub once we have them published there. With this PR what we are doing is actually publishing this images: vault.habana.ai/gaudi-docker/1.14.0/ubuntu22.04/habanalabs/pytorch-installer-2.1.1 on Dockerhub as: opea/habanalabs:1.14.0-pytorch-installer-2.1.1 and then using the later as base.

Issues

Currently we have Gaudi base images being pulled from vault.habana.ai/gaudi-docker however at times we need to be able to update them and publish the updated image to be consumed by OPEA comps or examples

Type of change

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

  • [N/A] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds new functionality)
  • This change won't work until we finish publication of Gaudi images on Dockerhub.
  • [N/A] Breaking change (fix or feature that would break existing design and interface)
  • [N/A] Others (enhancement, documentation, validation, etc.)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

No new testing is needed since we are only re-tagging the image and publishing the new one on Dockerhub.

ashahba avatar Aug 19 '24 18:08 ashahba