ssh -L [bind_address]:<port>:<host>:<host_port> <SSH Server>
💡 Note:
host
is an address relative to the SSH Server, not the Client!bind_address
defaults to bind onlocalhost
<SSH Server>
is user@remote-host_ip
Example:
ssh -L localhost:<port>:localhost:8888 user@remote-host_ip
./DLEnv.sh --new
If got this message
The file “./DLEnv.sh” is not executable by this user
,
please use chomd 755 ./DLEnv.sh
to chage file permissions.
./DLEnv.sh
In your container:
jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser
watch -n 2 nvidia-smi