libmamba failed to execute pre/post link script for cudatoolkit but works with mamba #2501
Open
2 tasks done
Labels
type::bug
Something isn't working
Troubleshooting docs
How did you install Mamba?
Micromamba
Search tried in issue tracker
libmamba failed to execute pre/post link script for cudatoolkit
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
While building a Docker container from a Dockerfile, when trying to create an environment from a yaml file I get the following error:
Interestingly using mamba, it works. For micromamba, I tried the automatic installation and the manual installation described here and also using the mambaorg/micromamba image from the Docker Hub. The error is always the same.
But if during the build, I install conda, and then install mamba in the base environment with
conda install mamba -n base -c conda-forge
and then doingRUN conda env create -f /home/bastian/environment.yml
it works.mamba info / micromamba info
Logs
environment.yml
~/.condarc
No response
The text was updated successfully, but these errors were encountered: