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

Commit

Permalink
Workaround gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker (#18044
Browse files Browse the repository at this point in the history
)

Backport of #18018
  • Loading branch information
ChaiBapchya committed Apr 14, 2020
1 parent db93398 commit 0d3aa67
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 0d3aa67

Please sign in to comment.