Skip to content
Snippets Groups Projects
Dockerfile 233 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
Isaac Nealey's avatar
Isaac Nealey committed
RUN apt update && \
apt install -y nano
Spencer chen's avatar
Spencer chen committed
RUN pip install --upgrade pip
Isaac Nealey's avatar
Isaac Nealey committed
RUN pip install tensorflow==2.0.0-beta1 && \
pip install matplotlib && \
pip install jupyter notebook