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
1 changed files with 1 additions and 1 deletions

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
```