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

Add support for OS X environments #186

Open
axsaucedo opened this issue Sep 2, 2021 · 0 comments
Open

Add support for OS X environments #186

axsaucedo opened this issue Sep 2, 2021 · 0 comments
Assignees

Comments

@axsaucedo
Copy link
Contributor

When building the environment tarball, conda-pack will include native libraries which may not work in the Docker environment. For example, if the user's environment runs in OS X, the packed env may not work in container, running Linux.

As a potential solution, we should explore leveraging Conda's CONDA_SUBDIR=linux-64 env var, which forces Conda to also install Linux binaries.

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

No branches or pull requests

2 participants