Skip to content

Commit

Permalink
feat: support 12.1cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
whybeyoung committed May 1, 2024
1 parent 2fd1bb7 commit 23fe326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base_image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
github-server-url: https://521github.com
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down
1 change: 1 addition & 0 deletions docker/gpu/base/python3.11.7/cuda-11.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN set -eux; \
ENV PATH /usr/local/go/bin:$PATH
RUN mkdir ~/.gnupg && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf


RUN set -eux; \
arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; \
url=; \
Expand Down

0 comments on commit 23fe326

Please sign in to comment.