I am trying to install PyTorch and Cuda in Linux server I used the command
conda install pytorch torchvision torchaudio cudatoolkit=11.5 -c pytorch -c conda-forge
but as shown on the screenshot Cuda is not installed. I tried several times no use

I tried the commands on the Cuda website but it asks for a password
Can anyone help how to solve this problem?
Thank you