mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-06 17:00:30 +08:00
19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"name": "dev-optuna-dashboard",
|
|
"dockerFile": "Dockerfile",
|
|
"forwardPorts": [9000],
|
|
"containerEnv": {},
|
|
"runArgs": ["--init"],
|
|
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"editor.renderWhitespace": "all"
|
|
},
|
|
"extensions": [
|
|
"ms-python.python"
|
|
]
|
|
}
|
|
}
|
|
}
|