File tree Expand file tree Collapse file tree 11 files changed +17
-16
lines changed Expand file tree Collapse file tree 11 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## v0.2.0.1
4
4
- Switch to tensorflow 1.14.0.
5
- - Compatibility with stackage LTS-13.13.
5
+ - Compatibility with stackage LTS-14.4.
6
+ - Switch to proto-lens 0.4.
6
7
7
8
## v0.2.0.0
8
9
- Switch to tensorflow 1.9.
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ RUN \
30
30
netbase \
31
31
&& \
32
32
# Installs stack.
33
- curl -O -L https://github.com/commercialhaskell/stack/releases/download/v1.7.1 /stack-1.7.1 -linux-x86_64.tar.gz && \
34
- tar zxf stack-1.7.1 -linux-x86_64.tar.gz -C /usr/local/bin stack-1.7.1 -linux-x86_64/stack --strip 1 && \
33
+ curl -O -L https://github.com/commercialhaskell/stack/releases/download/v2.1.3 /stack-2.1.3 -linux-x86_64.tar.gz && \
34
+ tar zxf stack-2.1.3 -linux-x86_64.tar.gz -C /usr/local/bin stack-2.1.3 -linux-x86_64/stack --strip 1 && \
35
35
# Installs protoc and the libraries.
36
- curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0 /protoc-3.2.0 -linux-x86_64.zip && \
37
- unzip -d /usr/local protoc-3.2.0 -linux-x86_64.zip bin/protoc && \
36
+ curl -O -L https://github.com/google/protobuf/releases/download/v3.9.1 /protoc-3.9.1 -linux-x86_64.zip && \
37
+ unzip -d /usr/local protoc-3.9.1 -linux-x86_64.zip bin/protoc && \
38
38
chmod 755 /usr/local/bin/protoc && \
39
39
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz && \
40
40
tar zxf libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz -C /usr/local && \
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ RUN dpkg-reconfigure locales && \
28
28
29
29
# Installs protoc and the libraries.
30
30
RUN \
31
- curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0 /protoc-3.2.0 -linux-x86_64.zip && \
32
- unzip -d /usr/local protoc-3.2.0 -linux-x86_64.zip bin/protoc && \
31
+ curl -O -L https://github.com/google/protobuf/releases/download/v3.9.1 /protoc-3.9.1 -linux-x86_64.zip && \
32
+ unzip -d /usr/local protoc-3.9.1 -linux-x86_64.zip bin/protoc && \
33
33
chmod 755 /usr/local/bin/protoc && \
34
34
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz && \
35
35
tar zxf libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz -C /usr/local && \
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ RUN dpkg-reconfigure locales && \
28
28
29
29
# Installs protoc and the libraries.
30
30
RUN \
31
- curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0 /protoc-3.2.0 -linux-x86_64.zip && \
32
- unzip -d /usr/local protoc-3.2.0 -linux-x86_64.zip bin/protoc && \
31
+ curl -O -L https://github.com/google/protobuf/releases/download/v3.9.1 /protoc-3.9.1 -linux-x86_64.zip && \
32
+ unzip -d /usr/local protoc-3.9.1 -linux-x86_64.zip bin/protoc && \
33
33
chmod 755 /usr/local/bin/protoc && \
34
34
curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-1.14.0.tar.gz && \
35
35
tar zxf libtensorflow-gpu-linux-x86_64-1.14.0.tar.gz -C /usr/local && \
Original file line number Diff line number Diff line change 1
- resolver : lts-13.13
1
+ resolver : lts-14.4
2
2
3
3
packages :
4
4
- tensorflow
Original file line number Diff line number Diff line change 1
1
name : tensorflow-core-ops
2
- version : 0.2.0.0
2
+ version : 0.2.0.1
3
3
synopsis : Haskell wrappers for Core Tensorflow Ops.
4
4
description : Code generated signatures for the Ops in libtensorflow.
5
5
homepage : https://github.com/tensorflow/haskell#readme
Original file line number Diff line number Diff line change 1
1
name : tensorflow-logging
2
- version : 0.2.0.0
2
+ version : 0.2.0.1
3
3
synopsis : TensorBoard related functionality.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
Original file line number Diff line number Diff line change 1
1
name : tensorflow-opgen
2
- version : 0.2.0.0
2
+ version : 0.2.0.1
3
3
synopsis : Code generation for TensorFlow operations.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
Original file line number Diff line number Diff line change 1
1
name : tensorflow-ops
2
- version : 0.2.0.0
2
+ version : 0.2.0.1
3
3
synopsis : Friendly layer around TensorFlow bindings.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
Original file line number Diff line number Diff line change 1
1
name : tensorflow-proto
2
- version : 0.2.0.0
2
+ version : 0.2.0.1
3
3
synopsis : TensorFlow protocol buffers.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
Original file line number Diff line number Diff line change 1
1
name : tensorflow
2
- version : 0.2.0.0
2
+ version : 0.2.0.1
3
3
synopsis : TensorFlow bindings.
4
4
description :
5
5
This library provides an interface to the TensorFlow
You can’t perform that action at this time.
0 commit comments