Bryan Paget

Results 44 comments of Bryan Paget

I am also interested in running unit tests. I'm currently looking into running tests for `centraldashboard` but it seems like the tests are made to run on Google's infrastructure... but...

Yes please! I'd like to have my VPN automatically reconnect when I wake my laptop from sleep. I have already made a systemd service to connect upon boot but it...

I am also running into this issue.

Todo: - [x] Auto-set NVIDIA - [x] Edit the static text to mention NVIDIA has been selected.

While looking into this bug, I have discovered how to revert the CPU and RAM to default settings when toggling the number of GPUs. Will make a separate issue and...

Kubeflow Pipelines 1.7 is used for Kubeflow 1.4. The changelog can be found here: https://raw.githubusercontent.com/kubeflow/pipelines/84a7d09dd36cc3bc1bc466fa936bccf770db6fc2/CHANGELOG.md

From reviewing the CHANGELOG.md above, I don't think Pipelines have been made private in Kubeflow Pipelines 1.7.

Kubeflow Pipelines is currently not working on `prod`. I've run the following notebook (which used to work): [Kubeflow Examples](https://github.com/bryanpaget/kubeflow-examples/blob/main/An%20Introduction%20to%20Kubeflow%20Pipelines%20SDK.ipynb). Looking at the Logs from the Kubeflow web interface, we can...

Note: The above error is from `prod`. Running the same experiment on `dev` yields a different error: ``` ERROR:root:Failed to read a token from file '/var/run/secrets/kubeflow/pipelines/token' ([Errno 2] No such...

These errors were reproduced by another developer, so it's not just me. Going to look into using [**kfp.components.load_component_from_file**](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.load_component_from_file) instead, perhaps the above errors are related to API deprication? The API...