dandi / dandi-hub

Infrastructure and code for the dandihub
https://hub.dandiarchive.org
Other
11 stars 23 forks source link

Automated JupyterHub deployment testing #125

Open kabilar opened 8 months ago

kabilar commented 8 months ago

Requirements

Possible implementation tool

asmacdo commented 8 months ago

To verify GPU envs

pip install torch torchvision torchaudio

python  test-cuda.py
import torch
if torch.cuda.is_available():
    print ("SUCCESS!")
asmacdo commented 8 months ago

Some kind of CI testing around autoscaling would be nice, maybe we can test how it reacts by watching Karpenter CRDs while disabling the Karpenter reconcile loop? https://github.com/dandi/dandi-hub/issues/129#issuecomment-2020746330 Then we wouldn't need to actually pay for the Nodes to be created.

asmacdo commented 7 months ago

Test Case: 3 users creating a "Base" profile should all fit on 1 node.