Skip to content

Commit

Permalink
update readme 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Feb 12, 2025
1 parent 81826ef commit c52e0ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ The output of the above command is:

Copyright (c) 2005-2022 NVIDIA Corporation
Built on Mon_Oct_24_19:12:58_PDT_2022
Cuda compilation tools, release 12.0, V12.0.76
Build cuda_12.8.r12.0/compiler.31968024_0
Cuda compilation tools, release 12.8, V12.8.76
Build cuda_12.8.r12.8/compiler.31968024_0

.. _use-hosts-gpu:

Expand Down
6 changes: 3 additions & 3 deletions docker-compose-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ services:
build: ./docker/manylinux_2_28_x86_64_cuda_12.3
image: sameli/manylinux_2_28_x86_64_cuda_12.3

manylinux_2_34_x86_64_cuda_12.6:
build: ./docker/manylinux_2_34_x86_64_cuda_12.6
image: sameli/manylinux_2_34_x86_64_cuda_12.6
manylinux_2_34_x86_64_cuda_12.8:
build: ./docker/manylinux_2_34_x86_64_cuda_12.8
image: sameli/manylinux_2_34_x86_64_cuda_12.8
10 changes: 5 additions & 5 deletions docker/manylinux_2_34_aarch64_cuda_12.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@

# -----------------------------------------------------------------------------
# How to build
# $ docker build -t sameli/manylinux_2_28_aarch64_cuda_12.3 -f <This-Filename> .
# $ docker build -t sameli/manylinux_2_34_aarch64_cuda_12.8 -f <This-Filename> .
#
# How to run:
# $ docker run -it -v/host_dir:/image_dir --entrypoint /bin/bash \
# manylinux_2_28_aarch64_cuda_12.3
# manylinux_2_34_aarch64_cuda_12.8
# -----------------------------------------------------------------------------

# -----------------
# Choose base image
# -----------------

FROM quay.io/pypa/manylinux_2_28_aarch64
FROM quay.io/pypa/manylinux_2_34_aarch64

MAINTAINER Siavash Ameli <samei@berkeley.edu>
LABEL Description="manylinux_2_28_aarch64 with cuda 12.3"
LABEL Description="manylinux_2_34_aarch64 with cuda 12.8"

# ------------
# Install cuda
# ------------

ARG VER="12-3"
ARG VER="12-8"
ARG ARCH="aarch64"

RUN dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-rhel8.repo
Expand Down

0 comments on commit c52e0ce

Please sign in to comment.