-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ceb21c
commit f9899f4
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "Image Matching WebUI Development Environment", | ||
"image": "mcr.microsoft.com/devcontainers/python:3.10", | ||
"postCreateCommand": "pip install --upgrade pip && pip install -r requirements.txt && sudoapt-get update && sudo apt-get install -y ffmpeg libsm6 libxext6", | ||
"forwardPorts": [7860], | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ms-python.python", | ||
"ms-python.vscode-pylance", | ||
"Exafunction.codeium", | ||
"Cline.cline", | ||
"bungcip.better-toml", | ||
"trond-snekvik.simple-rst", | ||
"redhat.vscode-yaml", | ||
"eamodio.gitlens" | ||
] | ||
} | ||
} | ||
} |