Skip to content

Instantly share code, notes, and snippets.

@tian2992
Last active June 30, 2019 09:45
Show Gist options
  • Save tian2992/4bb650879eb846716656 to your computer and use it in GitHub Desktop.
Save tian2992/4bb650879eb846716656 to your computer and use it in GitHub Desktop.
# This is a comment
FROM opensuse:13.1
MAINTAINER Sebastian Oliva <yo@sebastianoliva.com>
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
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment