File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
11
11
cd /usr/local/src && \
12
12
# https://github.com/tensorflow/tensorflow/issues/64#issuecomment-155270240
13
13
# 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 && \
17
16
# Vowpal Rabbit
18
17
apt-get install -y libboost-program-options-dev zlib1g-dev libboost-python-dev && \
19
18
cd /usr/lib/x86_64-linux-gnu/ && rm -f libboost_python.a && rm -f libboost_python.so && \
You can’t perform that action at this time.
0 commit comments