Created
October 3, 2018 12:24
-
-
Save SuperShinyEyes/f5805a634f409d42ffc764d8839d82d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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