Alexandre Strube

Results 193 comments of Alexandre Strube

```bash find . . ./nvcr.io ./nvcr.io/nvidia ./nvcr.io/nvidia/tensorflow ./nvcr.io/nvidia/tensorflow/.version ./nvcr.io/nvidia/tensorflow/22.06-tf2-py3 ./nvcr.io/nvidia/tensorflow/22.06-tf2-py3/module.lua ./nvcr.io/nvidia/tensorflow/22.06-tf2-py3/99-shpc.sh ./nvcr.io/nvidia/tensorflow/22.06-tf2-py3/nvcr.io-nvidia-tensorflow-22.06-tf2-py3-sha256:ea76aabaa17ee0e308a443fa1e7666f98350865f266b02610a60791bd0feeb40.sif ``` I can confirm that quay.io works with the `aliases` tag from the container.yaml file, but not the...

So, I think we are talking about different things. In quay.io/biocontainers/blast/container.yaml, the aliases are like this: ``` aliases: blast_formatter: /usr/local/bin/blast_formatter blastdb_aliastool: /usr/local/bin/blastdb_aliastool blastdbcheck: /usr/local/bin/blastdbcheck blastdbcmd: /usr/local/bin/blastdbcmd blastn: /usr/local/bin/blastn blastp: /usr/local/bin/blastp...

> Hi @surak . Right, I think I understand, and your original message is becoming clearer. This issue is about ` ${module_name}-(run|shell|inspect-runscript|inspect-deffile|container)` being shell functions even when the wrapper scripts...

I am not sure that Docker and piVPN are compatible at all, to be honest. We are dealing with the issue here: https://github.com/pivpn/pivpn/issues/862

Mine doesn't connect at all. It shows the first attempt to connect and stays there. Now I'm out and my router is not responding, I'll try tonight

I try this on a macOS which has openmpi, and I end up at the same problem with pip. I tried with and without the glow settings you see below....

> https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers The link says "If you use a Pascal, Turing, Ampere, Lovelace or Hopper card with Python 3.10, you shouldn't need to build manually anymore. Uninstall your existing xformers...

Hi @vsoch! The problem is that this is the default "latest" for TensorFlow nvidia's container. Therefore, if one does a `shpc install nvcr.io/nvidia/tensorflow` in a x86-64, it will fail, and...