Skip to content

Instantly share code, notes, and snippets.

@Franco-Poveda
Created July 15, 2018 04:20
Show Gist options
  • Select an option

  • Save Franco-Poveda/55cda03dcc27300854bb1138c12e6781 to your computer and use it in GitHub Desktop.

Select an option

Save Franco-Poveda/55cda03dcc27300854bb1138c12e6781 to your computer and use it in GitHub Desktop.
miniconda 3.4.21 + gcc + make + cython v0.25.2
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