Created
March 26, 2019 11:55
-
-
Save azlkiniue/a9bfbc6d4ac11c56402ce23fbe3d8724 to your computer and use it in GitHub Desktop.
Poliastro Docker - Early Attempt
This file contains 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 frolvlad/alpine-miniconda3 | |
RUN apk update && apk add --no-cache bash \ | |
&& conda install poliastro --channel conda-forge \ | |
&& conda clean -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment