Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit ca238d0

Browse files
committed
Add dev container for learn OpenCV
1 parent 5a4dd99 commit ca238d0

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#-----------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See LICENSE in the project root for license information.
4+
#-----------------------------------------------------------------------------------------
5+
6+
FROM spmallick/opencv-docker:opencv
7+
8+
RUN pip install pylint
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Learn OpenCV",
3+
"dockerFile": "Dockerfile",
4+
"runArgs": [
5+
"-v", "/tmp/.X11-unix:/tmp/.X11-unix",
6+
"-e", "DISPLAY=host.docker.internal:0"
7+
],
8+
"extensions": [
9+
"ms-python.python"
10+
]
11+
}

0 commit comments

Comments
 (0)