1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00

Update README to refer to 2.3.0-gpu.

This commit is contained in:
jcmartin 2020-11-12 18:05:55 +00:00
parent e6ea160570
commit 8b01d7e5bd

View File

@ -91,7 +91,7 @@ stack --docker --docker-image=$IMAGE_NAME build --exec Main
If you want to use GPU you can do:
```
IMAGE_NAME=tensorflow/haskell:1.14.0-gpu
IMAGE_NAME=tensorflow/haskell:2.3.0-gpu
docker build -t $IMAGE_NAME docker/gpu
```