Revert Dockerfile debugging.

This commit is contained in:
jcmartin 2020-11-05 14:20:38 +00:00
parent 92bf575ad6
commit 03164c04e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Prepare the image with:
# docker build -t tensorflow/haskell:v0 docker
FROM tensorflow/haskell:2.3.0
FROM tensorflow/tensorflow:2.3.0
LABEL maintainer="TensorFlow authors <tensorflow-haskell@googlegroups.com>"
RUN apt-get update