Skip to content
Snippets Groups Projects
Dockerfile 162 B
Newer Older
Isaac Nealey's avatar
Isaac Nealey committed
FROM tensorflow/tensorflow:latest-py3
Spencer chen's avatar
Spencer chen committed
MAINTAINER Spencer Chen
Spencer chen's avatar
Spencer chen committed
RUN pip install --upgrade pip
Spencer chen's avatar
Spencer chen committed
RUN pip install -q tensorflow==2.0.0-beta1
Isaac Nealey's avatar
Isaac Nealey committed
RUN pip install matplotlib