Description
The CI pipeline for NVIDIA Jetson uses the following container: https://hub.docker.com/r/dockcross/linux-arm64/
It was recently updated to use GCC 8:
dockcross/dockcross@37c54a3
However, CUDA 9 doesn't support GCC versions above 6, so the CI pipelines are currently failing with the following message:
Error Message
error: #error -- unsupported GNU version! gcc versions later than 6 are not supported!
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fedge/detail/PR-18268/3/pipeline/43
To Reproduce
Run a CI pipeline on the v1.x branch.
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
Environment
We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:
curl --retry 10 -s https://raw.githubusercontent.com/dmlc/gluon-nlp/master/tools/diagnose.py | python
# paste outputs here