Nitesh Turaga

Results 44 comments of Nitesh Turaga

@nsheff, @LiNk-NY and I looking into a docker-compose solution, where we have a latex installed on an ubuntu 18.04 image and we share a volume which has the tex `bin`...

@nsheff @lwaldron Do you have any expertise in docker-compose or sharing volumes? https://github.com/nturaga/bioconductor-latex The idea here is TinyTex is installed on a docker image. We share the `/root/.TinyTex/` volume with...

Adding @LiNk-NY to the thread as he did some work on this too.

Has this ever come to fruition? The multithreading option `-m` would be phenomenal.

There are a lot of consequences to doing this, and we haven't considered this yet. But this is probably a long-term change and won't happen right now. But I'll tag...

Hi @nsheff, After trying to track down the issue I believe it's being caused upstream of the bioconductor_docker image, specifically in the `rocker/r-ver` image https://github.com/rocker-org/rocker-versioned/blob/master/r-ver/latest.Dockerfile#L114 The line which you mentioned...

One way to solve this is to just own those two library locations. I'm not sure if it's a problem with prevents usage?

I've investigated this a little. Just recording what i've found so far, When I start up the docker image using the `docker-compose` file, with `docker-compose up`, it starts up as...

`torch` is 750Mb. Is this really that important for one package? I'm having second thoughts because that is the same reason we don't install TensorFlow. ``` Downloading torch-1.11.0-cp38-cp38-manylinux1_x86_64.whl (750.6 MB)...

Thanks for documenting this @jwokaty 👍🏽 I appreciate it.