Skip to content

Commit

Permalink
Use no version env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Aug 5, 2024
1 parent 486b76f commit 5714d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/tt-metalium.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ARG VERSION=0.51.0-rc19
ENV ARCH_NAME=${ARCH_NAME}
ENV VERSION=${VERSION}
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 VERSION_NO_DASH=$(echo "$VERSION" | sed 's/-//g') && pip3 install metal_libs-${VERSION}+${ARCH_NAME_IN_URL}-cp38-cp38-linux_x86_64.whl
RUN VERSION_NO_DASH=$(echo "$VERSION" | sed 's/-//g') && pip3 install metal_libs-${VERSION_NO_DASH}+${ARCH_NAME_IN_URL}-cp38-cp38-linux_x86_64.whl

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

0 comments on commit 5714d2e

Please sign in to comment.