Mercurial > repos > goeckslab > ludwig_experiment
comparison Docker/galaxy_ludwig_ray_gpu/Dockerfile @ 6:ec99e53e91d6 draft
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 157a73c006785cd373d41578001b32a8cf9ebdeb
| author | goeckslab | 
|---|---|
| date | Wed, 27 Aug 2025 20:27:54 +0000 | 
| parents | 78b1e3921576 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 5:78b1e3921576 | 6:ec99e53e91d6 | 
|---|---|
| 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 | 
