ML-DL/Engineering (3) 썸네일형 리스트형 SSE 방식과 일반 API 호출 방식 확인 방법 1. 브라우저 개발자 도구 [F12] -> Network tab 확인 2. 동작 수행 3. filter 에서 Fetch/XHR 클릭 4. Header -> Request Method , Accept 확인 Method : SSE 방식 = GET / API 방식 = GET or POSTAccept : SSE 방식 = text/event-stream / API 방식 = application/json wsl2 로 docker 실행하기 쿠버네티스 실험 전 wsl2 로 docker 실행을 하기 위해 아래 작업을 진행했다 사전 필요 작업- docker.desktop 설치- wsl2 설치 1. General > Use the WSL 2 based engine 체크 되어있는지 확인 Resources > WSL integration 1. > Enable integration with my default WSL distro 체크2. > Enable integration with additional distros: > Ubuntu 체크3. Apply & restart docker --version 설치해준 ubuntu 에서 위의 코드로 도커 확인 cmd 로 파일 이동 [윈도우 버전] cmd를 통해 파일 이동시키는 코드는 다음과 같다. C:\Users\user\project_name\project_1\data> scp data.jpg name@ip_address:/home/위치/1. 해당 데이터가 있는 폴더로 이동한 후2. scp data_name name@ip_address:/home/위치명/3. password 기입 이전 1 다음