Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed Oct 1, 2018
1 parent bff28c4 commit 2de8a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN echo "deb http://httpredir.debian.org/debian/ jessie main contrib non-free"
RUN pip install -U --user keras_applications==1.0.5 --no-deps \
&& pip install -U --user keras_preprocessing==1.0.3 --no-deps \
&& pip3 install -U --user keras_applications==1.0.5 --no-deps \
&& pip3 install -U --user keras_preprocessing==1.0.3 --no-deps
&& pip3 install -U --user keras_preprocessing==1.0.3 --no-deps \
&& ldconfig

WORKDIR /root
RUN git clone https://github.com/lhelontra/tensorflow-on-arm/
Expand Down

0 comments on commit 2de8a63

Please # to comment.