usegalaxy-eu / galaxy

Data intensive science for everyone.
https://galaxyproject.org/
Other
2 stars 11 forks source link

Updated jupyter ML interactive tool #172

Closed tuncK closed 1 year ago

tuncK commented 1 year ago

Some ML tasks fail because of old library versions. Updated the versions of the tools contained within the container at https://github.com/usegalaxy-eu/gpu-jupyterlab-docker/pull/2. This PR is necessary to switch to this new container.

For more portability, the container has both CPU and GPU versions of tensorflow installed, and we choose based on presence/absence of GPU during initialization.

How to test the changes?

(Select all options that apply)

License

tuncK commented 1 year ago

@bgruening, docker push action worked and I updated the xml file to pull from quay.io.

bgruening commented 1 year ago

Thanks @tuncK