Unanswered
Hi, I'M Using Fractional Gpu Container, But I Can'T Profile Any Thing, The Nsys Says Only "Segmentation Fault (Core Dumped)"
Can You Guys Help Me And Do You Know What Is Wrong With This?
- Install the docker container which clearml provides (clearml/fractional-gpu:u22-cu12.3-4gb)
- Run
docker run -it --gpus all --ipc=host --pid=host clearml/fractional-gpu:u22-cu12.3-8gb bash
- Install the cuda toolkit
wget
mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget
dpkg -i cuda-repo-ubuntu2204-12-3-local_12.3.0-545.23.06-1_amd64.deb
cp /var/cuda-repo-ubuntu2204-12-3-local/cuda-*-keyring.gpg /usr/share/keyrings/
apt-get update
apt-get -y install cuda-toolkit-12-3
- Run
nsys profile nvidia-smi
22 Views
0
Answers
22 days ago
21 days ago