mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-20 04:50:45 +09:00
23-07-06
dev container 실행 코드 추가
This commit is contained in:
@@ -20,12 +20,9 @@
|
||||
"ghcr.io/devcontainers/features/python:1": {
|
||||
"installTools": true,
|
||||
"version": "3.9"
|
||||
},
|
||||
"ghcr.io/rocker-org/devcontainer-features/miniforge:1": {
|
||||
"version": "latest",
|
||||
"variant": "Miniforge-pypy3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "conda env create --file environment.yaml --name pso"
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
|
||||
Reference in New Issue
Block a user