You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: