Amit Kumar
Amit Kumar
## Status of Nodes to replace/remove: | Node | Replaced | Removed | Comments | | ----------- | ----------- | ----------- | ----------- | | `Verbatim` | [ ] |...
By the way, if you want a no-maintenance method to achieve that, you can use [cirun.io](https://cirun.io) for the same, much faster and cheaper too.
Thanks @thomasjpfan for the ping. I am more than happy to address any concerns and help implement CI for sckit-learn. > @aktech What are the security concerns with running arbitrary...
@lesteve [done](https://docs.cirun.io/security), thanks for pointing that out.
I can answer a couple of questions: > where does the third-campus-393023:scikit-learn-gpu-v4 machine image come from? This is the custom image @thomasjpfan created in his GCP account with nvidia drivers...
I don't think it's possible to generate VM images from Dockerfile, the last I checked. To programmatically generate VM images you can use something like packer: https://developer.hashicorp.com/packer/integrations/hashicorp/googlecompute/latest/components/builder/googlecompute Example: https://github.com/actions/runner-images/blob/98d2bcc93e055d8892f9446e72a4da66b334bfb1/images/ubuntu/templates/ubuntu-22.04.pkr.hcl
> Why would a custom VM image be a better solution that using a custom docker image in a standard GCP image? It's not about which one is better, either...
Alternatively we can add an alias for `pip`/`conda` that outputs a warning message, which is something like: ``` Please do not run pip/conda install unless you're running in a virtualenv,...
I have got it working on my Mac M1. Here are the docs: https://github.com/nebari-dev/nebari-docs/pull/454 This what my nebari config looks like: ```yaml provider: local namespace: dev nebari_version: 2024.5.1rc1 project_name: local-dev...
> @aktech Is your M1 a laptop or a mini/server? How stable is it when you're running it? Is it useable at all? I have a 10-core M1 laptop with...