闯关任务:完成SSH端口映射
(base) dongyi@DONGMBP16 ~ % ssh -p 44457 root@ssh.intern-ai.org.cn -CNg -L 7860:127.0.0.1:7860 -o StrictHostKeyChecking=no
Warning: Permanently added '[ssh.intern-ai.org.cn]:44457' (ED25519) to the list of known hosts.
(base) root@intern-studio-50173691:~# /root/.conda/bin/python /root/test1/hello_world.py
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
IMPORTANT: You are using gradio version 4.29.0, however version 4.44.1 is available, please upgrade.
--------