Docker로 Jupyter Lab 실행
·
Infra/Docker
[ Windows에 Docker설치 ] # Power Shell을 관리자권한으로 연 후, 명령어$ dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart$ dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart #x64 머신용 최신 WSL2 Linux 커널 업데이트 패키지 설치 https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi #버전 설정$ wsl --set-default-version 2 #아래 URL에서 Wind..