bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

Bump to 21.09 #590

Closed chambm closed 3 days ago

bgruening commented 2 years ago

Mh, it seems we need to update python somewhere?

chambm commented 2 years ago

I'm actually using the monolithic image myself already and it seems to be working ok. So it's just the compose variant that's failing?

bgruening commented 2 years ago

Yes, looks like it :(

bgruening commented 3 days ago

Thanks to @jyotipm29 we are back on track :smile:

Please give it a try:

docker run -p 8080:80 -p 8021:21 -p 4002:4002 --privileged=true -e "GALAXY_DESTINATIONS_DEFAULT=slurm_cluster_docker"   -v /tmp/galaxy-data/:/export/ quay.io/bgruening/galaxy:24.1

... or any other combination. The readme has been updated. Please add any useful tip to it.

For a list of changes, see the Changelog.