개발자가 변경한 내용에 대한 git diff입니다.***

***개발자가 사용할 수 있는 커밋 메시지를 제안합니다.***
***커밋 메시지는 코드의 변경 사항을 간결하게 설명하는 짧고 간결한 메시지여야 합니다.***
***커밋 메시지는 ***로 시작하고 ***로 끝나야 합니다.***
***커밋 메시지는 다음 로캘로 번역되어야 합니다: ko
This commit is contained in:
jung-geun
2024-03-28 22:36:34 +09:00
parent 71cc5308f8
commit 4a6a48d6aa
2 changed files with 17 additions and 14 deletions

View File

@@ -4,9 +4,9 @@
"name": "Miniconda (Python 3)",
// Configure tool-specific properties.
"hostRequirements": {
"cpus": 8,
"memory": "64gb",
"storage": "128gb"
"cpus": 4,
"memory": "16gb",
"storage": "32gb"
},
"customizations": {
"vscode": {
@@ -14,11 +14,8 @@
"ms-python.python",
"ms-toolsai.jupyter",
"donjayamanne.python-extension-pack",
"tht13.python",
"esbenp.prettier-vscode",
"ms-python.black-formatter",
"github.vscode-github-actions",
"eamodio.gitlens"
"github.vscode-github-actions"
]
}
},
@@ -27,12 +24,13 @@
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
"installCudnn": true
},
"ghcr.io/devcontainers/features/anaconda:1": {
"version": "latest"
"ghcr.io/devcontainers/features/conda:1": {
"version": "latest",
"addCondaForge": true
},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.9"
"version": "3.10"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.