Skip to content

Commit 5b29dcc

Browse files
committed
fix tensorflow compilation
1 parent 6f0c52c commit 5b29dcc

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docker/build.dockerfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ RUN apt update \
1616
&& apt install -y --no-install-recommends \
1717
build-essential \
1818
curl \
19-
libomp-17-dev
19+
libomp-17-dev \
20+
unzip
2021

2122
# Install OpenMPI
2223
RUN cd /tmp/openmpi-4.1.0 \
@@ -48,9 +49,7 @@ RUN mkdir -p code \
4849
&& git submodule update --init -f examples/LULESH \
4950
&& git submodule update --init -f examples/libpng \
5051
&& git submodule update --init -f examples/polybench \
51-
&& git submodule update --init -f examples/rabe \
5252
&& git submodule update --init -f examples/tensorflow \
53-
&& git submodule update --init -f examples/tless-jwt
5453

5554
# Build the examples and demo functions
5655
ENV PATH=${PATH}:/root/.cargo/bin
@@ -66,7 +65,6 @@ RUN cd /code/examples \
6665
&& inv polybench --native \
6766
# Build the WASM applications
6867
&& inv ffmpeg \
69-
&& inv jwt \
7068
# ImageMagick needs libpng
7169
&& inv libpng imagemagick \
7270
&& inv kernels \
@@ -75,14 +73,11 @@ RUN cd /code/examples \
7573
&& inv lammps --migration-net \
7674
&& inv lulesh \
7775
&& inv polybench \
78-
&& inv rabe \
7976
&& inv tensorflow \
8077
# These demo functions link with the cross-compiled static libraries
8178
&& inv func ffmpeg check \
82-
&& inv func jwt test \
8379
&& inv func lammps chain \
8480
&& inv func mpi migrate \
85-
&& inv func rabe test \
8681
&& inv func tf check
8782

8883
# Prepare bashrc

0 commit comments

Comments
 (0)