1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-23 03:19:44 +01:00
tensorflow-haskell/stack.yaml
Mihai Maruseac 26f6439b73
Bump TF to 2.17
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
2024-08-15 08:09:06 -07:00

38 lines
886 B
YAML

resolver: lts-16.18
packages:
- tensorflow
- tensorflow-core-ops
- tensorflow-logging
- tensorflow-opgen
- tensorflow-ops
- tensorflow-proto
- tensorflow-mnist
- tensorflow-mnist-input-data
- tensorflow-records
- tensorflow-records-conduit
- tensorflow-test
extra-deps:
- c2hs-0.28.8
- language-c-0.9.2
- snappy-0.2.0.2
- snappy-framing-0.1.2
# For Mac OS X, whose linker doesn't use this path by default
# unless you run `xcode-select --install`.
# TODO: remove this once we stop depending on `snappy`.
extra-lib-dirs:
- /usr/local/lib
extra-include-dirs:
- /usr/local/include
docker:
enable: false
image: tensorflow/haskell:2.17.0
nix:
enable: false
# nixos-24.05 with libtensorflow 2.13.0
path: ["nixpkgs=https://github.com/NixOS/nixpkgs/archive/63dacb46bf939521bdc93981b4cbb7ecb58427a0.tar.gz"]
packages: [snappy, zlib, protobuf, libtensorflow]