Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Updating nvidia public key to the latest up-to-date one #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM tensorflow/tensorflow:2.0.0-gpu-py3

RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub

# Install system packages
RUN apt-get update && apt-get install -y --no-install-recommends \
bzip2 \
Expand Down