# HG changeset patch # User goeckslab # Date 1756326588 0 # Node ID d13ba033cb846397b3664503066e3b90fe4f2843 # Parent 36c5fcc49286ac679f7fc9a5218f2e70a77a450e planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 157a73c006785cd373d41578001b32a8cf9ebdeb diff -r 36c5fcc49286 -r d13ba033cb84 Docker/galaxy_ludwig_ray_gpu/Dockerfile --- a/Docker/galaxy_ludwig_ray_gpu/Dockerfile Sat Jun 21 15:05:41 2025 +0000 +++ b/Docker/galaxy_ludwig_ray_gpu/Dockerfile Wed Aug 27 20:29:48 2025 +0000 @@ -12,7 +12,8 @@ RUN pip install -U pip RUN pip install --no-cache-dir 'git+https://github.com/goeckslab/model-unpickler.git' && \ - pip install --no-cache-dir 'git+https://github.com/goeckslab/smart-report.git@17df590f3ceb065add099f37b4874c85bd275014' + pip install --no-cache-dir 'git+https://github.com/goeckslab/smart-report.git@17df590f3ceb065add099f37b4874c85bd275014' && \ + pip install --no-cache-dir plotly RUN useradd -m -s /bin/bash nonrootuser