You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -v $(pwd):/outputs -it amazonlinux:2018.03 /bin/bash /outputs/build.sh produces the following error
g++: error: unrecognized command line option '-std=c++14'
The text was updated successfully, but these errors were encountered:
docker run -v $(pwd):/outputs -it amazonlinux:2018.03 /bin/bash /outputs/build.sh produces the following error
g++: error: unrecognized command line option '-std=c++14'
The text was updated successfully, but these errors were encountered: