ci_build fix

This commit is contained in:
Ruturaj4 2024-10-16 18:32:01 -05:00
parent 9d66e0dcf8
commit 407c5c85d3

View File

@ -47,11 +47,7 @@ def dist_wheels(
# create manylinux image with requested ROCm installed
image = "jax-manylinux_2_28_x86_64_rocm%s" % rocm_version.replace(".", "")
<<<<<<< HEAD
env = os.environ.copy()
=======
env = os.environ.copy()
>>>>>>> 70ee4c23a (Fix DOCKER_BUILDKIT issue for jax CI)
env["DOCKER_BUILDKIT"] = "1"
cmd = [