Skip to content

Commit

Permalink
https://github.com/lhelontra/tensorflow-on-arm/issues/13#issuecomment…
Browse files Browse the repository at this point in the history
…-489296444
  • Loading branch information
vmoens committed Apr 28, 2023
1 parent d0aafc3 commit ccdc0f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/unittest/linux_examples/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env

apt-get update
apt-get install -y git wget freeglut3 freeglut3-dev gcc g++
apt-get upgrade libstdc++6 -y
apt-get install -y git wget freeglut3 freeglut3-dev

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
sudo apt-get install gcc-4.9
apt-get install --only-upgrade libstdc++6

# find libstdc
STDC_LOC=$(find conda/ -name "libstdc++.so.6" | head -1)
Expand Down

0 comments on commit ccdc0f0

Please sign in to comment.