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 7884164 commit 321371d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion aiges_demo
2 changes: 0 additions & 2 deletions docker/gpu/base/python3.11.7/cuda-11.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ RUN set -eux; \
\
# https://github.com/golang/go/issues/14739#issuecomment-324767697
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
mkdir ~/.gnupg; \
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
# https://www.google.com/linuxrepositories/
# let's also fetch the specific subkey of that key explicitly that we expect "go.tgz.asc" to be signed by, just to make sure we definitely have it
count=0; \
Expand Down
2 changes: 0 additions & 2 deletions docker/gpu/base/python3.11.7/cuda-12.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ RUN set -eux; \
\
# https://github.com/golang/go/issues/14739#issuecomment-324767697
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
mkdir ~/.gnupg; \
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
# https://www.google.com/linuxrepositories/
# let's also fetch the specific subkey of that key explicitly that we expect "go.tgz.asc" to be signed by, just to make sure we definitely have it
count=0; \
Expand Down
2 changes: 0 additions & 2 deletions docker/gpu/base/python3.9.13/cuda-11.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ RUN set -eux; \
\
# https://github.com/golang/go/issues/14739#issuecomment-324767697
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
mkdir ~/.gnupg; \
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
# https://www.google.com/linuxrepositories/
# let's also fetch the specific subkey of that key explicitly that we expect "go.tgz.asc" to be signed by, just to make sure we definitely have it
count=0; \
Expand Down
2 changes: 0 additions & 2 deletions docker/gpu/base/python3.9.13/cuda-12.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ RUN set -eux; \
\
# https://github.com/golang/go/issues/14739#issuecomment-324767697
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
mkdir ~/.gnupg; \
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
# https://www.google.com/linuxrepositories/
# let's also fetch the specific subkey of that key explicitly that we expect "go.tgz.asc" to be signed by, just to make sure we definitely have it
count=0; \
Expand Down

0 comments on commit 321371d

Please sign in to comment.