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

Refresh docker image #194

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Refresh docker image #194

merged 2 commits into from
Sep 3, 2024

Conversation

vmilosevic
Copy link
Collaborator

@vmilosevic vmilosevic commented Aug 29, 2024

Changes

  • Rename the docker image to "tt-forge-fe"
  • Update project to use newer docker image

With the latest image /usr/bin/clang is a symbolic link to /usr/bin/clang-17 so using clang or clang-17 should be identical and should always be version 17.0.6

How is this tested

> docker run -it --rm ghcr.io/tenstorrent/tt-forge-fe/tt-forge-fe-ubuntu-22-04:latest  /bin/bash

root@d43e3326968f:/home/build/tt-forge# which clang
/usr/bin/clang

root@d43e3326968f:/home/build/tt-forge# ls -la /usr/bin/clang*
lrwxrwxrwx 1 root root 17 Aug 27 10:51 /usr/bin/clang -> /usr/bin/clang-17
lrwxrwxrwx 1 root root 19 Aug 27 10:51 /usr/bin/clang++ -> /usr/bin/clang++-17
lrwxrwxrwx 1 root root 26 Dec  9  2023 /usr/bin/clang++-17 -> ../lib/llvm-17/bin/clang++
lrwxrwxrwx 1 root root 24 Dec  9  2023 /usr/bin/clang-17 -> ../lib/llvm-17/bin/clang
lrwxrwxrwx 1 root root 28 Dec  9  2023 /usr/bin/clang-cpp-17 -> ../lib/llvm-17/bin/clang-cpp
lrwxrwxrwx 1 root root 25 Dec  9  2023 /usr/bin/clangd-17 -> ../lib/llvm-17/bin/clangd

root@d43e3326968f:/home/build/tt-forge# clang --version
Ubuntu clang version 17.0.6 (++20231209124227+6009708b4367-1~exp1~20231209124336.77)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

root@d43e3326968f:/home/build/tt-forge# clang++ --version
Ubuntu clang version 17.0.6 (++20231209124227+6009708b4367-1~exp1~20231209124336.77)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

root@d43e3326968f:/home/build/tt-forge# clang++-17 --version
Ubuntu clang version 17.0.6 (++20231209124227+6009708b4367-1~exp1~20231209124336.77)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

Closes #136

@vmilosevic vmilosevic marked this pull request as ready for review August 29, 2024 09:28
@vmilosevic vmilosevic requested a review from pilkicTT September 2, 2024 08:30
@vmilosevic vmilosevic merged commit 894b51c into main Sep 3, 2024
3 checks passed
@vmilosevic vmilosevic deleted the vmilosevic/update_docker branch September 3, 2024 09:25
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.

[CI] intermittent build failures
2 participants