Skip to content

Commit 20c48c6

Browse files
committed
try to fix shellcheck
1 parent 6bfdf86 commit 20c48c6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"name": "Parallel Programming Course",
33
"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-
},
104
"customizations": {
115
"vscode": {
126
"extensions": [
@@ -20,5 +14,5 @@
2014
}
2115
}
2216
},
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"
2418
}

0 commit comments

Comments
 (0)