Skip to content

Instantly share code, notes, and snippets.

@azlkiniue
Created March 26, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azlkiniue/a9bfbc6d4ac11c56402ce23fbe3d8724 to your computer and use it in GitHub Desktop.
Save azlkiniue/a9bfbc6d4ac11c56402ce23fbe3d8724 to your computer and use it in GitHub Desktop.
Poliastro Docker - Early Attempt
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