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?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠