markitdown/.devcontainer/devcontainer.json
2025-01-03 13:48:19 -07:00

21 lines
430 B
JSON

{
"name": "Existing Dockerfile",
"build": {
"context": "..",
"dockerfile": "../Dockerfile",
"args": {
"INSTALL_GIT": "true"
}
},
"features": {
"ghcr.io/devcontainers-extra/features/hatch:2": {},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.10"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
},
"ghcr.io/devcontainers/features/ollama:1": {}
},
"remoteUser": "root"
}