diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0f811c234c..3bca7152c3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,3 +4,4 @@ scripts/legacy_api.py @CapableWeb tests/legacy_tests.sh @CapableWeb installer/ @tildebyte .github/workflows/ @mauwii +docker_build/ @mauwii diff --git a/environments-and-requirements/requirements-lin-amd.txt b/environments-and-requirements/requirements-lin-amd.txt index 1687ef0996..d627f99861 100644 --- a/environments-and-requirements/requirements-lin-amd.txt +++ b/environments-and-requirements/requirements-lin-amd.txt @@ -4,4 +4,4 @@ --extra-index-url https://download.pytorch.org/whl/rocm5.1.1 --trusted-host https://download.pytorch.org torch torchvision -# -e . +-e .