Skip to content

Commit

Permalink
fix: update gpg key in docker file gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Optimox committed Nov 5, 2021
1 parent b6e1eba commit 709fcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN set -ex \
&& export GNUPGHOME="$(mktemp -d)" \
# Fix to avoid GPG server problem
&& echo "disable-ipv6" >> ${GNUPGHOME}/dirmngr.conf \
&& gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
&& gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$GPG_KEY" \
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Expand Down

0 comments on commit 709fcb1

Please sign in to comment.