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
Currently, we install approx. 2.8GB dependencies, because of CUDA. Most of the cuda things (NSight, etc.) are not really required for our use case. Perhaps we can only install the strictly required subset to reduce the install size and time.
Probably many lib* are required, but UI tools are most certainly not required.
The text was updated successfully, but these errors were encountered:
EDIT: Actually, now I understand why they use channels: Just by adding one channels you define the cuda version for all the cuda-packages you install. Smart!
I checked the karabo_dev_env with the following command: grep '"size":' ${CONDA_PREFIX}/conda-meta/*.json | sort -k3rn | sed 's/.*conda-meta\///g' | column -t
Nvidia nsight for example is a GPU profiler - we have it twice in the top 10, place 1 & 10 with around 600MB in total.
Currently, we install approx. 2.8GB dependencies, because of CUDA. Most of the cuda things (NSight, etc.) are not really required for our use case. Perhaps we can only install the strictly required subset to reduce the install size and time.
Probably many lib* are required, but UI tools are most certainly not required.
The text was updated successfully, but these errors were encountered: