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 @@
@@ -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