GitHub CI and CODEOWNERS #11
Closed
Knight-Fury1102
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the docker image being too large, github cannot host the docker image for our purpose on it's server and the exact error I am running into is:
buildx failed with: ERROR: failed to build: failed to solve: rpc error: code = Unknown desc = write /usr/local/lib/python3.12/dist-packages/torch/lib/libtorch_cuda.so: no space left on deviceDue to this I have shifted the format to mandated review by CODEOWNERS and I have assigned myself as the owner of the repo so that I can run tests locally and then approve the PR. This is because I have setup everything. However, if you want to run tests yourself then please refer to the
.github/workflows/integrity.ymlfile and perform the tests after building the docker environment. This was done in #10.Also please refer to
pytest.inito understand the labels such asgpu,dataandcito perform local tests in a custom manner if you so wish.Beta Was this translation helpful? Give feedback.
All reactions