Skip to content

Commit

Permalink
Refactor development container configuration to use pre-built Docker …
Browse files Browse the repository at this point in the history
…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
alexanderilyin authored Dec 19, 2024
1 parent b7cf1af commit 66d7cf8
Show file tree
Hide file tree
Showing 12 changed files with 1,270 additions and 1,668 deletions.
File renamed without changes.
20 changes: 0 additions & 20 deletions .devcontainer/Dockerfile

This file was deleted.

51 changes: 0 additions & 51 deletions .devcontainer/apt-compile.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .devcontainer/apt.in

This file was deleted.

10 changes: 0 additions & 10 deletions .devcontainer/apt.sh

This file was deleted.

104 changes: 0 additions & 104 deletions .devcontainer/apt.txt

This file was deleted.

115 changes: 0 additions & 115 deletions .devcontainer/bootstrap.sh

This file was deleted.

Loading

0 comments on commit 66d7cf8

Please sign in to comment.