Skip to content

Commit ac19820

Browse files
committed
#215 Update devcontainer
1 parent 3032fa1 commit ac19820

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "xarray-dataclasses",
3-
"build": {
4-
"context": "..",
5-
"dockerfile": "Dockerfile"
6-
},
3+
"image":"python:3.12",
4+
"onCreateCommand": "pip install poetry==1.6.1",
75
"postCreateCommand": "poetry install",
6+
"containerEnv": {
7+
"POETRY_VIRTUALENVS_CREATE": "false"
8+
},
89
"customizations": {
910
"vscode": {
1011
"extensions": [

0 commit comments

Comments
 (0)