diff --git a/Dockerfile.cpu b/Dockerfile.cpu index e85dbca..05f8f70 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -91,6 +91,15 @@ RUN pip --no-cache-dir install --upgrade ipython && \ && \ python -m ipykernel.kernelspec +# Install OpenCV + +FROM continuumio/anaconda +EXPOSE 5000 + +ADD . /code-directory +WORKDIR code-directory +RUN conda install opencv + # Install TensorFlow RUN pip --no-cache-dir install \