Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.09 KB

File metadata and controls

28 lines (15 loc) · 1.09 KB

AWS

Seoul t2.micro

ssh -i ~/.ssh/aws-key.pem [email protected] 
sudo sshfs {username}@{ipaddress}:{remote folder path}  {local folder path} -o IdentityFile={full path to the private key file} -o allow_other 
sudo sshfs [email protected]:/ ser-t2 -o IdentityFile=/home/terry/.ssh/aws-key.pem -o allow_other 
sudo sshfs -o allow_other,defer_permissions,IdentityFile=/home/terry/.ssh/aws-key.pem,loglevel=debug  [email protected] ser-t2 
scp -i ~/.ssh/aws-key.pem ~/porto/* [email protected]:~/porto/ 

{% embed url="https://blog.keras.io/running-jupyter-notebooks-on-gpu-on-aws-a-starter-guide.html" %}

ssh -R 52698:localhost:52698 [email protected] 
pip install keras==1.2.2