Skip to content

Commit

Permalink
wrong legacy version + remove key thing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Jun 29, 2023
1 parent ce59809 commit 95241f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/legacy_static_images.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"updated": "2023-06-23",
"image": "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-bioconductor:2.1.10",
"image": "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-bioconductor:2.1.11",
"label": "Legacy R / Bioconductor (R 4.2.2, Bioconductor 3.16, Python 3.7.12)",
"version": "2.1.10",
"requiresSpark": false,
Expand Down
2 changes: 0 additions & 2 deletions terra-jupyter-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ RUN rm /etc/apt/sources.list.d/cuda.list \
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32

RUN apt-get update && apt-get install -yq --no-install-recommends \
# gnupg requirement
dirmngr \
Expand Down

0 comments on commit 95241f8

Please sign in to comment.