|
e := strings.Split(v, "=") |
If the value contains an equals, then the count will be greater than two and the value rejected as per the referenced code.
Example use case where using nvidia rapids containers and running with argument;
runpodctl create pod --env EXTRA_CONDA_PACKAGES='pytorch::faiss-gpu-cuvs=1.12.0 conda-forge::hdbscan' ...