Skip to content

Commit

Permalink
Update float_install.sh
Browse files Browse the repository at this point in the history
Updating FLOAT install to allow ssh access to localhost
  • Loading branch information
AFKD98 authored Mar 3, 2024
1 parent d9f915a commit 0557c89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions float_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ else

fi


#Add authorized key of localhost
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

if [ "$1" == "--cuda" ]; then
wget https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run
Expand All @@ -84,4 +85,4 @@ fi


# Download the FEMNIST dataset
./benchmark/dataset/download.sh download femnist
./benchmark/dataset/download.sh download femnist

0 comments on commit 0557c89

Please sign in to comment.