Skip to content

Commit 3d631ee

Browse files
committed
docker: remove trailing backslash
1 parent 5b29dcc commit 3d631ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN mkdir -p code \
4949
&& git submodule update --init -f examples/LULESH \
5050
&& git submodule update --init -f examples/libpng \
5151
&& git submodule update --init -f examples/polybench \
52-
&& git submodule update --init -f examples/tensorflow \
52+
&& git submodule update --init -f examples/tensorflow
5353

5454
# Build the examples and demo functions
5555
ENV PATH=${PATH}:/root/.cargo/bin

0 commit comments

Comments
 (0)