comparison Docker/galaxy_ludwig_ray_gpu/Dockerfile @ 5:87adf4f70e1b 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:11 +0000
parents afb22d7a0757
children
comparison
equal deleted inserted replaced
4:afb22d7a0757 5:87adf4f70e1b
10 rm -rf /var/lib/apt/lists/* 10 rm -rf /var/lib/apt/lists/*
11 11
12 RUN pip install -U pip 12 RUN pip install -U pip
13 13
14 RUN pip install --no-cache-dir 'git+https://github.com/goeckslab/model-unpickler.git' && \ 14 RUN pip install --no-cache-dir 'git+https://github.com/goeckslab/model-unpickler.git' && \
15 pip install --no-cache-dir 'git+https://github.com/goeckslab/smart-report.git@17df590f3ceb065add099f37b4874c85bd275014' 15 pip install --no-cache-dir 'git+https://github.com/goeckslab/smart-report.git@17df590f3ceb065add099f37b4874c85bd275014' && \
16 pip install --no-cache-dir plotly
16 17
17 RUN useradd -m -s /bin/bash nonrootuser 18 RUN useradd -m -s /bin/bash nonrootuser
18 19
19 USER nonrootuser 20 USER nonrootuser