Felix Mayr
Felix Mayr
So, I've been using bubblewrap to isolate environments and I've been using the "--dev" option to populate /dev in the mount namespace. Unfortunately I can't enter the created namespaces with...
#### ALL software version info `panel@900fb095b4dfe7c3500321ba7fe84f188b08721a` on Python 3.12.2 #### Description of expected behavior and the observed behavior I would like to specify a custom url for a wheel in...
#### Is your feature request related to a problem? Please describe. I would like to host all parts of my pyiodide converted panelapp on my own webserver. That means all...
So, I started using `panel` and would like to deploy something with their pyodide-export. As I don't want to rely on the various CDNs, I want to get all the...
This fixes: #6787 AND #4164 and adjusts the documentation Why both? adding custom wheels as requirements requires making those available to the Pyodide environment at runtime. One could place them...
My try at solving this: https://github.com/spack/spack/issues/33036 - spec'cing on the CLI: `spack spec -N sne.py-torch-geometric+cuda ^py-torch-cluster ^py-torch cuda_arch=60 ^cuda+allow-unsupported-compilers` → this just uses the pytorch-geometric-package from the sne-secondary namespace -...
Hey all, so I was thinking about using bubblewrap for some applications, which I would like to not use in a VM and for which I kept a separate user...