-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and improve the dev container Dockerfile
- Update the Python tooling: - python installation is now managed by pyenv - dependencies are now managed by poetry - make pyenv, python, poetry, ruff, black, mypy and vulture available on PATH - Add markdownlint to the dev environment - Improve SSH security (forbid password auth by default) - Change SSH port to prevent conflicts and protect from bots if exposed - Remove tensorflow-gpu reinstall (obsolete for new versions) - Update the tensorflow version check to work with pyproject.toml - Extract stack/ghc/python versions and a resolver to more visible ARGs - Improve docker build layering to save some unnecessary rebuilds - Merge some of the fixes for aarch64, live tests pending - Fix some formatting and typos, clarify comments
- Loading branch information
Showing
2 changed files
with
145 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.