Conversation
| 1. Generate a local `config.json` file: | ||
|
|
||
| ``` | ||
| ./bin/bootstrap |
There was a problem hiding this comment.
this also ran, which is still needed to bootstrap the app:
kubectl get secret/cfg --namespace olmo-api --output jsonpath="{.data.service_account\.json}" | base64 -D > "$dir/../service_account.json"
echo "wrote \"$dir/../service_account.json\""
kubectl get secret/modal --namespace olmo-api --output jsonpath="{.data.\.modal\.toml}" | base64 -D > "$dir/../.modal.toml"
echo "wrote \"$dir/../.modal.toml\""
There was a problem hiding this comment.
ah, mb. i'll put this back!
There was a problem hiding this comment.
I dont mind putting this into a just init or straight into the readme, pointing out that part of it was relevant even to fastapi setup
There was a problem hiding this comment.
I deleted bootstrap without looking at it too hard because I thought it was still just loading config.json! This is good enough to bring back.
|
are the should we ignore that in this PR and fix in another? with a git-blame-ignore ? or not worth it? |
|
when this goes in. im buying everyone a coke! |
Looking into that. I think it's a Python 3.14 thing but it doesn't seem quite right |
30b5b32 to
e9ef0fa
Compare
ea51dda to
565ea66
Compare
565ea66 to
4e9ea8e
Compare
bronzle
left a comment
There was a problem hiding this comment.
working well, not broken or anything
Closes https://github.com/allenai/playground-issues-repo/issues/949 :)