Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aletrn
/
lisa-on-cuda
like
1
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c0501ff
lisa-on-cuda
/
scripts
/
entrypoint.sh
alessandro trinca tornidor
[feat] use nvidia-smi, nvcc and python3 at runtime within entrypoint.sh
a170680
over 1 year ago
raw
Copy download link
history
blame
98 Bytes
#!/usr/bin/env bash
free -m
which
python3
which
nvcc
nvcc -V
which
nvidia-smi
nvidia-smi
exit
0