Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor development container configuration to use pre-built Docker …
…image (#235) * chore(devcontainer): Remove Dockerfile and compilation scripts * feat: Update dev-container and Poetry lockfile * feat(dev-container): add poetry dependency tree to test results * feat(devcontainer): update dotfiles repository Consider including devcontainer.json in the hash for dev-container.yml. Reflected updates in requirements.txt. Removed Dockerfile, apt-compile.sh, apt.sh, apt.in, and bootstrap.sh files. This simplifies the setup process and streamlines the development environment. Update dev-container.yml to use .devcontainer/.pre-commit-config.yaml for pre-commit configuration. Update poetry.lock with newer versions of dependencies. Updated devcontainer.json to use a pre-built image. Upgrade aiohttp, aiosignal, anyio, certifi, coverage, debugpy, ezdxf, fonttools, google-api-core, google-api-python-client, google-auth, jiter, mkdocs-material, ocpsvg, ollama, openai, orjson, pydantic, pydantic-core, pytest, pyyaml, ruamel-yaml-clib, six, starlette, svgelements, uvicorn, watchfiles, and watchdog.
- Loading branch information