Skip to content

Commit 4ca5f16

Browse files
committed
devcontainer
1 parent 012b100 commit 4ca5f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
}
1515
}
1616
},
17-
"postCreateCommand": "apt-get update && apt-get install -y python3-venv && python3 -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt"
17+
"postCreateCommand": "python3 -m pip install -r requirements.txt"//"apt-get update && apt-get install -y python3-venv && python3 -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt"
1818
}

0 commit comments

Comments
 (0)