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.
2 parents f84a983 + 396b28d commit ec938e5Copy full SHA for ec938e5
docs/installation.qmd
@@ -10,7 +10,7 @@ If you use VSCode with Docker to develop in a container, the following VSCode De
10
{
11
"name": "Python 3",
12
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
13
- "postCreateCommand": "sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && quarto add mcanouil/quarto-iconify && pipx install poetry && poetry install && poetry shell",
+ "postCreateCommand": "sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && pipx install poetry && poetry install && poetry shell",
14
"features": {
15
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
16
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}
0 commit comments