Closed maxemil closed 7 years ago
Thanks very much Max Emil, this is cleaner and simpler!
Bastien
On Sun, Jun 25, 2017 at 11:52 AM, Max Emil Schön notifications@github.com wrote:
Hej, I was trying to use the docker image, but there are still several issues that i think are unnecessary. I made some changes to the file, maybe you could have a look at them and include them if you think they are correct.
1.
When I try to build the image, I am getting a lock error from apt-get clean. However, when I change the order to first call apt-get update everything builds smoothly. 2.
When runnig the image with the -w $PWD option, It does not find the launcher script. I suggest simply linking the ALE binaries to /usr/local/bin. the usage does not change at all, it is easier to follow the Dockerfile and it works when mounting any volume to the image.
cheers, max emil
You can view, comment on, or merge this pull request online at:
https://github.com/ssolo/ALE/pull/10 Commit Summary
- Change and clean up Dockerfile
- Merge branch 'master' of https://github.com/maxemil/ALE
File Changes
- M etc/filesDockerImage/Dockerfile https://github.com/ssolo/ALE/pull/10/files#diff-0 (61)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ssolo/ALE/pull/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ABcp-FFlpsgzZoPdx3iBuzYbvqnXj0R0ks5sHi3EgaJpZM4OEkHt .
-- -- Bastien Boussau, PhD
Chercheur CNRS Equipe Bioinformatique Phylogénie et Génomique Evolutive LBBE, UMR5558, Université de Lyon Villeurbanne, France Lab page http://lbbe.univ-lyon1.fr/-Boussau-Bastien-.html?lang=en
Hej, I was trying to use the docker image, but there are still several issues that i think are unnecessary. I made some changes to the file, maybe you could have a look at them and include them if you think they are correct.
When I try to build the image, I am getting a lock error from
apt-get clean
. However, when I change the order to first callapt-get update
everything builds smoothly.When runnig the image with the
-w $PWD
option, It does not find the launcher script. I suggest simply linking the ALE binaries to /usr/local/bin. the usage does not change at all, it is easier to follow the Dockerfile and it works when mounting any volume to the image.cheers, max emil