Skip to content

Commit f69a15f

Browse files
committed
Remove stray linebreak
1 parent a31626c commit f69a15f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
1111
cd /usr/local/src && \
1212
# https://github.com/tensorflow/tensorflow/issues/64#issuecomment-155270240
1313
# Why does this work, when `pip install tensorflow` fails? It is a mystery
14-
wget https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl
15-
&& \
16-
pip install tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl && \
14+
wget https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl && \
15+
pip install tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl && \
1716
# Vowpal Rabbit
1817
apt-get install -y libboost-program-options-dev zlib1g-dev libboost-python-dev && \
1918
cd /usr/lib/x86_64-linux-gnu/ && rm -f libboost_python.a && rm -f libboost_python.so && \

0 commit comments

Comments
 (0)