Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to standalone conda installer on AWS Batch #123

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

savingoyal
Copy link
Collaborator

Conda recently started shipping a stand-alone installer.
It is smaller than the current binary that we pull in (~10mb vs ~60mb)
as well as saves time since we don't have to install conda by itself.

As a follow-up, we can even dump the installer in the user's S3 bucket
to save this network ingress on AWS Batch.

Addresses #122

Conda recently started shipping a stand-alone installer.
It is smaller than the current binary that we pull in (~10mb vs ~60mb)
as well as saves time since we don't have to install conda by itself.

As a follow-up, we can even dump the installer in the user's S3 bucket
to save this network ingress on AWS Batch.
Copy link
Contributor

@romain-intel romain-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@savingoyal savingoyal merged commit b9373e9 into master Feb 12, 2020
@savingoyal savingoyal deleted the conda-installer branch February 12, 2020 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants