Skip to content

Commit

Permalink
Added gnupg2 package to fix docker build failure with llvm toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Bharath Ramaswamy <[email protected]>
  • Loading branch information
quic-bharathr committed May 18, 2021
1 parent 7a0ebb8 commit 94b3827
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.tf-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ RUN pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.tf-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ RUN pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas
RUN pip install --no-deps bokeh==1.2.0 hvplot==0.4.0
RUN rm -rf /var/tmp/bokeh_hvplot_download /var/tmp/bokeh_hvplot_requirements.txt

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.tf-torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ RUN pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ RUN pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ RUN pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas
RUN pip install --no-deps bokeh==1.2.0 hvplot==0.4.0
RUN rm -rf /var/tmp/bokeh_hvplot_download /var/tmp/bokeh_hvplot_requirements.txt

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/python37/Dockerfile.tf-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ RUN python3.7 -m pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN python3.7 -m pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/python37/Dockerfile.tf-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ RUN python3.7 -m pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN python3.7 -m pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/python37/Dockerfile.tf-torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ RUN python3.7 -m pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN python3.7 -m pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/python37/Dockerfile.torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ RUN python3.7 -m pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN python3.7 -m pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions Jenkins/python37/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ RUN python3.7 -m pip install holoviews==1.12.7 netron==4.8.4 jsonschema pandas

RUN python3.7 -m pip install bokeh==1.2.0 hvplot==0.4.0

RUN apt-get update && apt-get install -y gnupg2
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - && echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y clang-11 clang-format clang-tidy-11 && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 94b3827

Please sign in to comment.