docker_local_distribute.sh 300 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
8
9
set -eux

# Get the CUDA version from the command line
IMAGE="tilelang-builder:manylinux"
docker build . -f "$(dirname "${BASH_SOURCE[0]}")/pypi.manylinux.Dockerfile" --tag ${IMAGE}

script="sh maint/scripts/local_distribution.sh"

docker run --rm -v $(pwd):/tilelang ${IMAGE} /bin/bash -c "$script"