markitdown/.devcontainer/devcontainer.json

22 lines
430 B
JSON
Raw Normal View History

{
"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"
}