Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Dec 17, 2024
1 parent 8bcb808 commit bbeab8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scripts/docker/build-wheel-linux.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /usr/bin/env bash

# This file is meant to be used inside the docker image build by the
# `build-docker-image.sh` script. This file build triton-library for Python 3.8,
# 3.9, 3.10 and 3.11. It is used by the Build Python Package Github workflow but can
# also be used locally by running:
# `build-docker-image.sh` script. This file build triton-library for Python
# 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13. It is used by the Build Python
# Package Github workflow but can also be used locally by running:
#
# $ docker pull quay.io/pypa/manylinux_2_28_x86_64
# $ ./src/scripts/docker/build-docker-image.sh
Expand All @@ -17,7 +17,7 @@
# -v /tmp/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04:/llvm \
# build-triton-linux-x86_64 bash /src/src/scripts/docker/build-wheel-linux.sh
#
# You'll find the .whl packages in the wheel-final folder.
# You'll find the .whl packages in the wheelhouse folder.

set -e
# set -x # Debugging
Expand Down

0 comments on commit bbeab8c

Please sign in to comment.