반응형

Computer/Docker, Linux 6

[RunPod] 에서 원하는 이미지로 Pod 만들기 (Kor)

Update : 2024.05.04Content : RunPod에서 원하는 이미지로 GPU Pod 만들기Reference : https://docs.runpod.io/pods/configuration/use-ssh Use SSH | RunPod DocumentationThe basic terminal SSH access that RunPod exposes is not a full SSH connection and, therefore, does not support commands like SCP. If you want to have full SSH capabilities, then you will need to rent an instance that has public IP support and run ..

[RunPod] 에서 scp를 사용하여 파일 다운로드 / 업로드 (Kor)

Update : 2024.05.01Content : RunPod을 사용할 때 scp를 사용하여 로컬 컴퓨터와 파일을 다운로드 / 업로드 하는 방법 Reference : https://docs.runpod.io/pods/storage/transfer-files-with-scp Transfer files with SCP | RunPod DocumentationPrerequisitesdocs.runpod.io 1. RunPod에서 Pod을 먼저 실행해야 합니다. 컨테이너가 실행이 안 되어 있으면 scp 사용이 불가능합니다.2. RunPod과 ssh로 연결되어 있는 기기에서 cmd나 powershell 등의 터미널을 하나 엽니다.3. 아래의 스크립트를 상황에 맞추어 터미널에 입력하여 사용합니다.    터미널에 ..

[VS Code] 에서 ssh 원격 접속 방법 (Kor)

update : 2024.04.25contents :  VS Code에서 SSH를 사용하여 원격 접속하는 방법 1. 확장에 Remote-SSH, ssh를 설치해주세요 2. Ctrl+Shift+P를 눌러주세요 3. 아래 그림에서 보이는 항목 중에서 Remote-SSH: 호스트에 연결... 을 눌러주세요# Remote-SSH: Get Started with SSH# 이 항목은 이전에 연결했던 주소로 연결합니다# Remote-SSH: Add New SSH host# 이 항목으로 들어가면 ssh 명령어를 사용해서 연결할 수 있어요ssh ROOT@EXAMPLE.COM -p PORT_NUM          참고자료 : https://code.visualstudio.com/docs/remote/ssh#_getting..

반응형