tenstorrent / tt-buda

Tenstorrent TT-BUDA Repository
Other
162 stars 21 forks source link

dockerfile have wrong address #10

Closed Dobob1022 closed 4 months ago

Dobob1022 commented 4 months ago

On the release on v0.9.80.gs.231222. There is the Dockerfile-release.

But in that file, I think the repository is setting into tenstorrent private repository.

I think it must be changed into working link

File name : Dockerfile-release FROM yyz-gitlab.local.tenstorrent.com~~~~~

milank94 commented 4 months ago

@Dobob1022 The Dockerfile-release should be removed from the package. This is an artifact from the build itself.

To access the Docker image, you can use the following command: docker pull ghcr.io/tenstorrent/tt-buda/gs:v0.9.80.gs.231222

Be sure to have your Docker registry configured using the following steps: https://github.com/tenstorrent/tt-buda-demos/blob/main/first_5_steps/1_install_tt_buda.md#docker-container-installation

All Docker packages for TT-Buda are found here: https://github.com/orgs/tenstorrent/packages/container/package/tt-buda%2Fgs

milank94 commented 4 months ago

@Dobob1022 Any luck with downloading the Docker image with the corrected instructions?

Dobob1022 commented 4 months ago

Screenshot 2024-02-29 at 9 35 47 AM Sorry for late reply. Its working with ghcr.io link!