Mercurial > repos > goeckslab > ludwig_hyperopt
comparison Docker/galaxy_ludwig_ray_gpu/Dockerfile @ 5:8f74efef9882 draft
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 157a73c006785cd373d41578001b32a8cf9ebdeb
| author | goeckslab |
|---|---|
| date | Wed, 27 Aug 2025 20:29:32 +0000 |
| parents | a1b91224afb9 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:a1b91224afb9 | 5:8f74efef9882 |
|---|---|
| 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 |
