Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Cherrypick #18018 #18044

Merged
merged 1 commit into from
Apr 14, 2020
Merged
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: 4 additions & 0 deletions ci/docker/install/ubuntu_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
# Build on Ubuntu 14.04 LTS for LINUX CPU/GPU
set -ex

# replace https with http to force apt-get update to use http
# nvidia-docker no longer supports ubuntu 14.04
# refer https://github.com/apache/incubator-mxnet/issues/18005
sudo sed -i 's/https/http/g' /etc/apt/sources.list.d/*.list
apt-get update
apt-get install -y software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test -y
Expand Down