We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfdf86 commit 20c48c6Copy full SHA for 20c48c6
.devcontainer/devcontainer.json
@@ -1,12 +1,6 @@
1
{
2
"name": "Parallel Programming Course",
3
"image": "ghcr.io/learning-process/ppc-ubuntu:1.1",
4
- "features": {
5
- "ghcr.io/devcontainers/features/docker-in-docker:2": {
6
- "version": "latest",
7
- "enableNonRootDocker": "true"
8
- }
9
- },
10
"customizations": {
11
"vscode": {
12
"extensions": [
@@ -20,5 +14,5 @@
20
14
}
21
15
22
16
},
23
- "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"
17
+ "postCreateCommand": "python3 -m pip install -r requirements.txt"
24
18
0 commit comments