-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from helq/master
Update to tensorflow 1.9
- Loading branch information
Showing
7 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# stack to be installed on the host. This comes at the expense of | ||
# flexibility. | ||
|
||
FROM tensorflow/tensorflow:1.8.0 | ||
FROM tensorflow/tensorflow:1.9.0 | ||
LABEL maintainer="TensorFlow authors <[email protected]>" | ||
|
||
# The build context directory is the top of the tensorflow-haskell | ||
|
@@ -32,8 +32,8 @@ RUN \ | |
curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip && \ | ||
unzip -d /usr/local protoc-3.2.0-linux-x86_64.zip bin/protoc && \ | ||
chmod 755 /usr/local/bin/protoc && \ | ||
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.8.0.tar.gz && \ | ||
tar zxf libtensorflow-cpu-linux-x86_64-1.8.0.tar.gz -C /usr/local && \ | ||
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.9.0.tar.gz && \ | ||
tar zxf libtensorflow-cpu-linux-x86_64-1.9.0.tar.gz -C /usr/local && \ | ||
ldconfig && \ | ||
stack setup && \ | ||
stack test --only-dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Prepare the image with: | ||
# docker build -t tensorflow/haskell:v0 docker | ||
FROM tensorflow/tensorflow:1.8.0 | ||
FROM tensorflow/tensorflow:1.9.0 | ||
LABEL maintainer="TensorFlow authors <[email protected]>" | ||
|
||
RUN apt-get update | ||
|
@@ -27,8 +27,8 @@ RUN \ | |
curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip && \ | ||
unzip -d /usr/local protoc-3.2.0-linux-x86_64.zip bin/protoc && \ | ||
chmod 755 /usr/local/bin/protoc && \ | ||
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.8.0.tar.gz && \ | ||
tar zxf libtensorflow-cpu-linux-x86_64-1.8.0.tar.gz -C /usr/local && \ | ||
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.9.0.tar.gz && \ | ||
tar zxf libtensorflow-cpu-linux-x86_64-1.9.0.tar.gz -C /usr/local && \ | ||
ldconfig | ||
|
||
ENV LANG en_US.UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Prepare the image with: | ||
# docker build -t tensorflow/haskell:1.8.0-gpu docker/gpu | ||
FROM gcr.io/tensorflow/tensorflow:1.8.0-gpu | ||
# docker build -t tensorflow/haskell:1.9.0-gpu docker/gpu | ||
FROM gcr.io/tensorflow/tensorflow:1.9.0-gpu | ||
LABEL maintainer="TensorFlow authors <[email protected]>" | ||
|
||
RUN apt-get update | ||
|
@@ -27,8 +27,8 @@ RUN \ | |
curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip && \ | ||
unzip -d /usr/local protoc-3.2.0-linux-x86_64.zip bin/protoc && \ | ||
chmod 755 /usr/local/bin/protoc && \ | ||
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-1.8.0.tar.gz && \ | ||
tar zxf libtensorflow-gpu-linux-x86_64-1.8.0.tar.gz -C /usr/local && \ | ||
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-1.9.0.tar.gz && \ | ||
tar zxf libtensorflow-gpu-linux-x86_64-1.9.0.tar.gz -C /usr/local && \ | ||
ldconfig | ||
|
||
ENV LANG en_US.UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tensorflow
updated
3958 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters