diff --git a/.github/workflows/page-build.yml b/.github/workflows/page-build.yml index 68c2a800..3f7e71bb 100644 --- a/.github/workflows/page-build.yml +++ b/.github/workflows/page-build.yml @@ -1,4 +1,4 @@ -name: GH-Pages Status +name: page-build on: page_build diff --git a/README.md b/README.md index ecae727d..83dbf506 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@

- - CI Status + + CI Status ruff @@ -39,7 +39,7 @@

- Documentation Status + Documentation Status

@@ -88,7 +88,7 @@ print(config['classes'][output.squeeze(0).argmax().item()], output.squeeze(0).so ### Prerequisites -Python 3.8 (or higher) and [pip](https://pip.pypa.io/en/stable/)/[conda](https://docs.conda.io/en/latest/miniconda.html) are required to install Holocron. +Python 3.9 (or higher) and [pip](https://pip.pypa.io/en/stable/)/[conda](https://docs.conda.io/en/latest/miniconda.html) are required to install Holocron. ### Latest stable release @@ -211,7 +211,7 @@ python scripts/eval_latency.py rexnet1_0x If you wish to deploy containerized environments, you can use the provided Dockerfile to build a docker image: ```shell -docker build . -t +make build-api ``` ### Minimal API template @@ -223,9 +223,7 @@ Looking for a boilerplate to deploy a model from Holocron with a REST API? Thank Run your API in a docker container as follows: ```shell -cd api/ -make lock-api -make run-api +make start-api ``` *In order to stop the container, use `make stop-api`* diff --git a/docs/source/installing.rst b/docs/source/installing.rst index 5971a74b..3d6f8111 100644 --- a/docs/source/installing.rst +++ b/docs/source/installing.rst @@ -3,7 +3,7 @@ Installation ************ -This library requires `Python `_ 3.8 or higher. +This library requires `Python `_ 3.9 or higher. Via Python Package ==================