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

conda env update breaks container building in WSL #345

Open
hinogi opened this issue Jun 9, 2024 · 0 comments
Open

conda env update breaks container building in WSL #345

hinogi opened this issue Jun 9, 2024 · 0 comments

Comments

@hinogi
Copy link

hinogi commented Jun 9, 2024

RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bin/conda env update -n base -f /tmp/conda-tmp/environment.yml; fi \

It seems that this line doesn't work in wsl
Even if run manually it seems to get stuck

image

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

1 participant