Skip to content

Commit

Permalink
Update docker images due to GPG error caused by Nvidia pubkey rotatio…
Browse files Browse the repository at this point in the history
  • Loading branch information
felihong committed Nov 24, 2022
1 parent 6c1a532 commit f537e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/tf_1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Base Image
FROM tensorflow/tensorflow:1.15.2-gpu-py3

RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list

RUN apt-get update && apt-get -q -y install git-core wget

# Installing the Tensorflow Object Detection API
Expand Down
3 changes: 3 additions & 0 deletions docker/tf_2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Base Image
FROM tensorflow/tensorflow:2.6.0-gpu

RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list

RUN apt-get update && apt-get -q -y install git-core wget

# Installing the Tensorflow Object Detection API
Expand Down

0 comments on commit f537e18

Please sign in to comment.