Mercurial > repos > goeckslab > ludwig_render_config
changeset 5:8a024a62de4e draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 157a73c006785cd373d41578001b32a8cf9ebdeb
author | goeckslab |
---|---|
date | Wed, 27 Aug 2025 20:28:44 +0000 |
parents | e3c63770083d |
children | |
files | Docker/galaxy_ludwig_ray_gpu/Dockerfile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Docker/galaxy_ludwig_ray_gpu/Dockerfile Sat Jun 21 15:04:30 2025 +0000 +++ b/Docker/galaxy_ludwig_ray_gpu/Dockerfile Wed Aug 27 20:28:44 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