Skip to content

Commit

Permalink
Create a no dash version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Aug 5, 2024
1 parent 5f4c7fe commit 6116d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile/tt-metalium.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ FROM ghcr.io/tenstorrent/tt-metal/tt-metalium/ubuntu-20.04-amd64:${IMAGE_TAG}

ARG ARCH_NAME=wormhole_b0
ARG ARCH_NAME_IN_URL=wormhole.b0
ARG VERSION=0.51.0rc19
ARG VERSION=0.51.0-rc19

ENV ARCH_NAME=${ARCH_NAME}
ENV VERSION=${VERSION}
RUN wget https://github.com/tenstorrent/tt-metal/releases/download/v${VERSION}/metal_libs-${VERSION}+${ARCH_NAME_IN_URL}-cp38-cp38-linux_x86_64.whl
RUN VERSION_NO_DASH=$(echo "$VERSION" | sed 's/-//g') && wget https://github.com/tenstorrent/tt-metal/releases/download/v${VERSION}/metal_libs-${VERSION_NO_DASH}+${ARCH_NAME_IN_URL}-cp38-cp38-linux_x86_64.whl
RUN pip3 install metal_libs-${VERSION}+${ARCH_NAME_IN_URL}-cp38-cp38-linux_x86_64.whl

CMD ["tail", "-f", "/dev/null"]

0 comments on commit 6116d50

Please sign in to comment.