Skip to content

Commit

Permalink
add: prebuild configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Jan 1, 2025
1 parent 9ceb21c commit f9899f4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .devcontainer/devcontainer.json
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"
]
}
}
}

0 comments on commit f9899f4

Please sign in to comment.