Skip to content
Snippets Groups Projects
Dockerfile 295 B
Newer Older
Spencer chen's avatar
Spencer chen committed
FROM yoanlin/opencv-python3:latest
RUN apt-get update
RUN pip install --upgrade pip
Spencer chen's avatar
Spencer chen committed
RUN pip install tensorflow==2.0.0-beta1 
Spencer chen's avatar
Spencer chen committed
RUN pip install numpy scipy scikit-learn pillow h5py keras 
RUN pip install --upgrade imutils 
RUN pip install --upgrade scikit-learn
RUN pip install --upgrade matplotlib