-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and build system
Convert all of the Docker builds to use uv to install packages, which allows removing the update-deps-no-hashes nox session and all of its supporting code. uv understands how to verify hashes if present and skip the verification if the hashes aren't present. Encode the startup command of the controller directly in the Dockerfile and remove the one-line shell script that was previously used to start it. Update to the latest Ruff and shared Ruff configuration file. Move Nublado-specific overrides out of the shared Ruff configuration file into `pyproject.toml` where project-specific overrides should live. Fix a few issues uncovered by Ruff that can be fixed instead of suppressed. Remove dead configuration from `client/pyproject.toml` and add some additional metadata. Remove unnecessary dependencies. Remove the now-unused `Dockerfile.sciplat-lab`. That build was moved to a different repository. Update pre-commit and Python dependencies.
- Loading branch information
Showing
18 changed files
with
281 additions
and
393 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
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
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
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
This file was deleted.
Oops, something went wrong.
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.