Jeremy Lewi
Jeremy Lewi
The kubeflow/testing management cluster in project kf-ci-management can now manage the issue-label-bot-dev project.
@Bobgy Could you or one of the other @kubeflow/google-admins please archive the repo?
@Bobgy Any chance you could follow through with the archiving?
I created a GitHub app to be used to create PRs https://github.com/organizations/kubeflow/settings/apps/label-bot-cd Created a private key Finger print a0:3c:a9:87:e9:46:df:55:71:92:87:a1:bc:71:d6:6b:e0:7a:2f:89 Private key is stored in secret manager https://cloud.console.google.com/security/secret-manager/secret/label-bot-cd-github-app-pem?project=issue-label-bot-dev Installed it on...
controller is working locally; Here's an auto-created PR. https://github.com/kubeflow/code-intelligence/pull/166 Now I just need to get it deployed in the cluster.
Its deployed in production. Here's an auto created PR https://github.com/kubeflow/code-intelligence/pull/173
This is coming from here: https://github.com/kubeflow/code-intelligence/blob/428406b8fc052d671b2e621f1602ea84082e7215/tekton/tasks/run-notebook-task.yaml#L47
image is gcr.io/kubeflow-images-public/tensorflow-1.15.2-notebook-cpu@sha256:1aac550b0d76c23d6400f9426542fe2948203bfa95cbd61fee23d8df674b404a I can repo the bug bu running inside that docker image ``` pip install --upgrade --user papermill WARNING: The directory '/home/jovyan/.cache/pip' or its parent directory is not...
``` python --version Python 3.6.9 ```
``` python -m pip install --user --upgrade pip Installing collected packages: pip ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/home/jovyan/.local' Check the permissions. ```