Skip to content

Commit

Permalink
redo build x64
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Feb 11, 2025
1 parent 4ccffd8 commit 900bb5b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load("cirrus", "env", "fs", "http")
def main(ctx):

file = ''
file += fs.read("tools/ci/cirrus_deploy_docker_manylinux2014_aarch64_cuda_12.8.yml")
file += fs.read("tools/ci/cirrus_deploy_docker_manylinux_2_34_aarch64_cuda_12.8.yml")
# file += fs.read("tools/ci/cirrus_deploy_docker_manylinux2014_aarch64_cuda_12.8.yml")
# file += fs.read("tools/ci/cirrus_deploy_docker_manylinux_2_34_aarch64_cuda_12.8.yml")

return file
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux2014_x86_64_cuda_11.8

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux2014_x86_64_cuda_12.0

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux2014_x86_64_cuda_12.3

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux_2_28_x86_64_cuda_12.3

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux_2_34_x86_64_cuda_12.8

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ X86_64 Architecture
AARCH64 Architecture
--------------------

* **manylinux_2_34** on **AARCH64** arch with CUDA **12.8** (`see on Dockerhub <https://hub.docker.com/r/sameli/manylinux_2_34_aarch64_cuda_12.3>`__) |deploy-docker-manylinux_2_34_aarch64_cuda_12_8|
* **manylinux_2_34** on **AARCH64** arch with CUDA **12.8** (`see on Dockerhub <https://hub.docker.com/r/sameli/manylinux_2_34_aarch64_cuda_12.8>`__) |deploy-docker-manylinux_2_34_aarch64_cuda_12_8|

::

Expand All @@ -61,7 +61,7 @@ AARCH64 Architecture

::

docker pull sameli/manylinux2014_x86_64_cuda_12.3
docker pull sameli/manylinux2014_x86_64_cuda_12.8

Base of Images
==============
Expand Down

0 comments on commit 900bb5b

Please sign in to comment.