lukasheinrich / recast_cvmfs_assisted

Docker Base image that is suitable to capture analysis Code with the help of external CVMFS
1 stars 1 forks source link

Suggested updates to docker image #1

Open ianc89 opened 6 years ago

ianc89 commented 6 years ago

Hi Lukas

I still use this image as I found it worked for convenient ssh/scp as well as cvmfs access.

If you are open to maintaining this image could I suggest the following in the image:

To allow pyami to work

yum install java-1.8.0-openjdk.x86_64 -y

To update to match the >=21.2.15

yum install blas -y

I currently use these in the before_script in my CI jobs, but it could be added to the image (I use lukasheinrich/recast_cvmfs_assisted:20161231) to avoid this additional computation.

Cheers Ian

lukasheinrich commented 6 years ago

hi @ianc89 can you try this

lukasheinrich/recast_cvmfs_assisted:updates

if it works, i'll merge the branch and tag with a new data

lukasheinrich commented 6 years ago

hi @ianc89 were you able to check that update?

ianc89 commented 6 years ago

Hi @lukasheinrich

Sorry for the delay, I had to implement this as a separate test and then remember to check. I think something is missing as I find the following message: $ lsetup emi Error: cannot find suitable java version 1.6.0. Please define $JAVA_HOME

I assume when I locally do a yum install, it must define this variable? If this is the case, are you able to export it into the image? Sorry that I am not entirely clear why this variable is not defined in updates, but is when I do the yum install.

Thanks Ian