What is the correct method to install additional conda packages, e.g. sympy, after build is complete and CuCalc is running? If I use conda install sympy in docker exec -it cucalc bash then sympy is not available to projects in CuCalc due to issues with file privileges.
What is the correct method to install additional conda packages, e.g. sympy, after build is complete and CuCalc is running? If I use
conda install sympyindocker exec -it cucalc bashthen sympy is not available to projects in CuCalc due to issues with file privileges.