Brian Fulton-Howard

Results 23 comments of Brian Fulton-Howard

https://github.com/conda-forge/code-server-feedstock/tree/main/recipe

It requires (and installs) 16.X. The installed version is 16.14.2.

I was going to say that checksum mismatches on the binaries are not surprising, since conda builds everything from source. However, that's clearly not what's happening here. Something is very...

Thank you for the pointers. So I had two issues, and now I have a third: I had not done a second run directive after `ARG MAMBA_DOCKERFILE_ACTIVATE=1`. I also couldn't...

@wholtz, that is good to know and explains why there is no conda env showing even in the old version. I think the putting the following bash script in `/etc/profile.d`...

Update: Apparently, there is no functional init system in Docker or Singularity. I tried using phusion, but that didn't work either.

I even tried using different base containers with different init systems and this appears to be a fundamental issue with docker and singularity. I have done the workaround that you...

Is there any update on this? It would be helpful to know what the blockers are (presumably on the conda-forge side) so that we can help out if needed.

AMAZING! Thanks for letting me know. This will allow us to comment out so many docker containers in our workflows.