Skip to content
Prev Previous commit
Next Next commit
upgrade emsdk
  • Loading branch information
yongwww committed Apr 25, 2023
commit 34161bd2953e443fac0a874f5b4928d3ed032b19
4 changes: 2 additions & 2 deletions docker/install/ubuntu_install_emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ set -o pipefail
cd /
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 2.0.7
./emsdk activate 2.0.7
./emsdk install 3.1.30
./emsdk activate 3.1.30
4 changes: 2 additions & 2 deletions docker/install/ubuntu_install_tensorflow_aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ apt-install-and-clear -y --no-install-recommends libhdf5-dev
# We're only using the TensorFlow wheel snapshot here as the
# h5py wheel tries to use the wrong .so file
pip3 install \
keras==2.12 \
tensorflow-aarch64==2.12.0
keras==2.9 \
tensorflow-aarch64==2.9.1