Skip to content

Commit

Permalink
docker: readd google gpg keys that were failing
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 26, 2023
1 parent 26d1f8e commit 68a9ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN apt-get -y install \
# python pip
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install aiofiles debugpy typing_extensions typing psutil
RUN python3 -m pip install dlib

################################################################
# End section generated from template/Dockerfile.full.header
Expand Down
5 changes: 3 additions & 2 deletions docker/template/Dockerfile.full.header
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN apt-get install -y nodejs
# Coral Edge TPU
# https://coral.ai/docs/accelerator/get-started/#runtime-on-linux
RUN echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | tee /etc/apt/sources.list.d/coral-edgetpu.list
# RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
RUN apt-get -y update
# RUN apt-get -y install libedgetpu1-std
RUN apt-get -y install libedgetpu1-std

RUN apt-get -y install software-properties-common apt-utils
RUN apt-get -y update
Expand All @@ -26,6 +26,7 @@ RUN apt-get -y upgrade
# base development stuff
RUN apt-get -y install \
build-essential \
cmake \
gcc \
gir1.2-gtk-3.0 \
libcairo2-dev \
Expand Down

0 comments on commit 68a9ec0

Please sign in to comment.