Created
July 15, 2018 04:20
-
-
Save Franco-Poveda/55cda03dcc27300854bb1138c12e6781 to your computer and use it in GitHub Desktop.
miniconda 3.4.21 + gcc + make + cython v0.25.2
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 continuumio/miniconda3:4.3.21 | |
| RUN apt-get update && apt-get install build-essential -y | |
| RUN conda install -c anaconda cython=0.25.2 --yes | |
| CMD ["bash"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment