Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request removes the
kornia-serve
module and all related files from the repository. The most important changes include the removal of the Docker build workflow, the exclusion ofkornia-serve
from the workspace, and the deletion of various files associated withkornia-serve
.Removal of
kornia-serve
module:.github/workflows/serve_docker.yml
: Removed the Docker build workflow forkornia-serve
.Cargo.toml
: Excludedkornia-serve
from the workspace.kornia-serve/Cargo.toml
: Deleted theCargo.toml
file forkornia-serve
.kornia-serve/Dockerfile
: Deleted the Dockerfile forkornia-serve
.Deletion of related files:
kornia-serve/build_service.sh
: Deleted the build script forkornia-serve
.kornia-serve/examples/README.md
: Deleted the examples README forkornia-serve
.kornia-serve/examples/python-compute-mean-std/README.md
: Deleted the example for computing mean and std.kornia-serve/examples/python-compute-mean-std/client.py
: Deleted the client script for the example.kornia-serve/examples/python-compute-mean-std/requirements.txt
: Deleted the requirements file for the example.kornia-serve/run_service.sh
: Deleted the service run script.kornia-serve/src/compute.rs
: Deleted the source file for computing mean and std.kornia-serve/src/main.rs
: Deleted the main source file forkornia-serve
.