Port forwarding problem

0

When i run the app by chainlit run app.py command it shows 2024-01-03 15:57:27 - Your app is available at http://localhost:8000 but from my machine nothing is opening in localhost. How i can forward sagemaker jupyterlab to my own machine. I have got one way of solution

ssh -i <key-file> -N -L 8000:localhost:8000 ubuntu@<public-ip-address>

But I am not able to find <key-file> for sagemaker jupyterlab instance. Please help me

Dipika
已提問 4 個月前檢視次數 143 次
1 個回答
0
  1. Are you running this in cloud9?
  2. Are you running this locally?
profile picture
專家
已回答 4 個月前
  • I am trying to run it into local machine.

  • What happens when you ssh to ubuntu@<public-ip-address> ? What is this public IP?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南