Skip to content

Instantly share code, notes, and snippets.

@SuperShinyEyes
Created October 3, 2018 12:24
Show Gist options
  • Save SuperShinyEyes/f5805a634f409d42ffc764d8839d82d1 to your computer and use it in GitHub Desktop.
Save SuperShinyEyes/f5805a634f409d42ffc764d8839d82d1 to your computer and use it in GitHub Desktop.
FROM kaakaa/opencv-contrib-python3
RUN pip install --upgrade pip && \
pip install jupyter scipy numpy matplotlib Pillow scikit-image
CMD unset XDG_RUNTIME_DIR && \
jupyter notebook --notebook-dir=/project --port=9999 --ip=0.0.0.0 --no-browser --allow-root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment