We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3032fa1 commit ac19820Copy full SHA for ac19820
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
@@ -1,10 +1,11 @@
1
{
2
"name": "xarray-dataclasses",
3
- "build": {
4
- "context": "..",
5
- "dockerfile": "Dockerfile"
6
- },
+ "image":"python:3.12",
+ "onCreateCommand": "pip install poetry==1.6.1",
7
"postCreateCommand": "poetry install",
+ "containerEnv": {
+ "POETRY_VIRTUALENVS_CREATE": "false"
8
+ },
9
"customizations": {
10
"vscode": {
11
"extensions": [
0 commit comments