Skip to content
Snippets Groups Projects
Dockerfile 381 B
Newer Older
Spencer chen's avatar
Spencer chen committed
MAINTAINER Spencer Chen
Spencer chen's avatar
Spencer chen committed
FROM tensorflow/tensorflow:2.0.0a0-gpu-py3
Spencer chen's avatar
Spencer chen committed
RUN apt-get update
Spencer chen's avatar
Spencer chen committed
RUN apt-get install nano
Spencer chen's avatar
Spencer chen committed
RUN pip install --upgrade pip
RUN pip install numpy scipy scikit-learn pillow h5py keras 
RUN pip install --upgrade imutils 
RUN pip install --upgrade scikit-learn
Spencer chen's avatar
Spencer chen committed
RUN pip install --upgrade matplotlib
Spencer chen's avatar
Spencer chen committed
RUN pip install -q tensorflow==2.0.0-beta1
RUN apt-get install locate