Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed Sep 13, 2019
1 parent 8ec3607 commit 96a35d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN dpkg --add-architecture armhf && dpkg --add-architecture arm64 \
openjdk-11-jdk automake autoconf libpng-dev \
curl zip unzip libtool swig zlib1g-dev pkg-config git wget xz-utils \
python-numpy python-pip python-mock \
python3-numpy python3-pip python3-mock \
python3-numpy python3-pip python3-mock python-future \
libpython-dev libpython-all-dev libpython3-dev libpython3-all-dev \
libpython-dev:armhf libpython-all-dev:armhf libpython3-dev:armhf libpython3-all-dev:armhf \
libpython-dev:arm64 libpython-all-dev:arm64 libpython3-dev:arm64 libpython3-all-dev:arm64 g++ gcc
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/Dockerfile.stretch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN dpkg --add-architecture armhf && dpkg --add-architecture arm64 \
&& apt-get update && apt-get install -y \
openjdk-8-jdk automake autoconf libpng-dev \
curl zip unzip libtool swig zlib1g-dev pkg-config git wget xz-utils \
python-numpy python-pip python-mock \
python-numpy python-pip python-mock python-future \
python3-numpy python3-pip python3-mock \
libpython-dev libpython-all-dev libpython3-dev libpython3-all-dev \
libpython-dev:armhf libpython-all-dev:armhf libpython3-dev:armhf libpython3-all-dev:armhf \
Expand Down

0 comments on commit 96a35d4

Please sign in to comment.