-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial k8s_sandbox
project
#4
Conversation
…tion, adapting for new repo structure.
bab1030
to
4ef16ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
pyproject.toml
Outdated
name = "inspect-k8s-sandbox" | ||
version = "0.1.0" | ||
description = "A Kubernetes Sandbox Environment for Inspect" | ||
authors = ["Craig <[email protected]>"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have a team address or something we can use here? Let me see what inspect does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a name, not an email - maybe let's do that instead? https://github.com/UKGovernmentBEIS/inspect_ai/blob/main/pyproject.toml#L86
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good shout! I think poetry
does name+email automatically, but UK AI Safety Institute
makes much more sense.
pyproject.toml
(regenerated lockfile), removing unused deps like boto3src/k8s_sandbox
(includes Helm chart)test/k8s_sandbox
I don't expect anyone to read through the whole list of "files changed"! Please see individual commits to check my working.
Note: I intentionally committed the original
.py
files with their "broken" imports verbatim from our internal repo, and did a find/replace to fix them in a subsequent commit. This was to make reviewing my work easier and to help with traceability. This doesn't expose any other parts of our internal repo. It simply means that one can see thatk8s_sandbox
used to live inside a parentaisitools
package.