mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
23-07-07
conda 패키지 dev container 수정
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
{
|
||||
"name": "Miniconda (Python 3)",
|
||||
// Configure tool-specific properties.
|
||||
"hostRequirements": {
|
||||
"cpus": 16,
|
||||
"memory": "64gb",
|
||||
"storage": "128gb"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
@@ -32,8 +37,7 @@
|
||||
// "forwardPorts": [],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": [
|
||||
"conda env create --file environment.yaml --name pso",
|
||||
"conda activate pso"
|
||||
"conda env create --file environment.yaml --name pso"
|
||||
]
|
||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||
// "remoteUser": "root"
|
||||
|
||||
1
.github/workflows/python-package-conda.yml
vendored
1
.github/workflows/python-package-conda.yml
vendored
@@ -21,4 +21,3 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
conda env create --file environment.yaml --name pso
|
||||
conda activate pso
|
||||
Reference in New Issue
Block a user