Skip to content

Commit

Permalink
Upgrade PADockerfile to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordWei committed Aug 30, 2017
1 parent b8857d4 commit 00ac2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PADockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RUN wget https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.2.1.tar.gz -O /tmp/tflib.tgz && tar xvf /tmp/tflib.tgz -C /usr/local ./lib/libtensorflow.so && rm /tmp/tflib.tgz
RUN wget https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.3.0.tar.gz -O /tmp/tflib.tgz && tar xvf /tmp/tflib.tgz -C /usr/local ./lib/libtensorflow.so && rm /tmp/tflib.tgz

0 comments on commit 00ac2d3

Please sign in to comment.