# HG changeset patch # User goeckslab # Date 1756326572 0 # Node ID 8f74efef988261af7bfca5072d0306c2ac22da0b # Parent a1b91224afb9bdef4b8079d1b700271404c009af planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 157a73c006785cd373d41578001b32a8cf9ebdeb diff -r a1b91224afb9 -r 8f74efef9882 Docker/galaxy_ludwig_ray_gpu/Dockerfile --- a/Docker/galaxy_ludwig_ray_gpu/Dockerfile Sat Jun 21 15:06:37 2025 +0000 +++ b/Docker/galaxy_ludwig_ray_gpu/Dockerfile Wed Aug 27 20:29:32 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