File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 39
39
"version" : " latest"
40
40
}
41
41
},
42
-
43
42
// Features to add to the dev container. More info: https://containers.dev/features.
44
43
// "features": {},
45
-
46
44
// Use 'forwardPorts' to make a list of ports inside the container available locally.
47
- "forwardPorts" : [18000 ],
48
-
45
+ "forwardPorts" : [
46
+ 18000
47
+ ],
49
48
// Use 'postCreateCommand' to run commands after the container is created.
50
49
"postCreateCommand" : " poetry install && sudo sh -c 'apt-get update && apt-get install ffmpeg libsm6 libxext6 -y'" ,
51
50
"runArgs" : [
52
51
" --device=/dev/video0:/dev/video0"
53
52
],
54
-
55
53
// Configure tool-specific properties.
56
54
// "customizations": {},
57
-
58
55
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
59
56
"remoteUser" : " root"
60
57
}
Original file line number Diff line number Diff line change
1
+ ** /devcontainer.json
You can’t perform that action at this time.
0 commit comments