Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sources list #386

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
4 changes: 2 additions & 2 deletions terra-jupyter-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ENV DEBIAN_FRONTEND noninteractive

RUN sudo -i \
echo "deb http://security.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list \
sudo apt update libexempi3
&& sudo apt update libexempi3

RUN sudo -i \
echo "deb http://us.archive.ubuntu.com/ubuntu/ bionic universe" >> /etc/apt/sources.list \
sudo apt update libv8-3.14-dev
&& sudo apt update libv8-3.14-dev

# nvidia is updating and rotating the signing keys used by the apt, dnf/yum, and zypper package managers beginning April 27, 2022
# see article: https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
Expand Down