Last active
June 30, 2019 09:45
-
-
Save tian2992/4bb650879eb846716656 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
# This is a comment | |
FROM opensuse:13.1 | |
MAINTAINER Sebastian Oliva <[email protected]> | |
RUN zypper --non-interactive --gpg-auto-import-keys ref && zypper --non-interactive install python python-pip python-devel | |
RUN zypper --non-interactive install python-opencv python-mysql python-scipy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment