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 9ae3de7
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 @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
netbase \
&& rm -rf /var/lib/apt/lists/*
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV GPG_KEY keyserver.ubuntu.com
ENV PYTHON_VERSION 3.7.5

RUN set -ex \
Expand Down

0 comments on commit 9ae3de7

Please sign in to comment.