Skip to content

Commit e26bd04

Browse files
committed
updated container config
1 parent 58f73cc commit e26bd04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
}
2121
}
2222
},
23-
"postCreateCommand": "python -m venv .venv && . .venv/bin/activate && pip install --upgrade pip && pip install -r requirements.txt",
23+
"postCreateCommand": "pip install --upgrade pip && pip install -r requirements.txt",
2424
"remoteUser": "vscode"
2525
}

0 commit comments

Comments
 (0)