omnia-md / omnia-linux-anvil

Experimental version of conda-forge/linux-anvil to build openmm
0 stars 3 forks source link

Dockerfile installs latest conda, texlive, cuda #22

Open dotsdl opened 4 years ago

dotsdl commented 4 years ago

Proposed solution for the issue we are seeing here, perhaps an instance of conda/conda-build#3915.

The best solution may be to use a newer conda and conda-build. To avoid a cascade of Docker builds, this PR builds a single image from Centos 6, starting with conda installation, then texlive, then cuda.

Note: I don't have maintainer permissions on this repo, so you'll need to merge this into a new branch called texlive18-cuda92-conda to maintain some consistency with what's already here.