Mercurial > repos > goeckslab > ludwig_hyperopt
annotate Docker/galaxy_ludwig_ray_gpu/Dockerfile @ 6:4a63b50a8634 draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 59a0f37fed961b3ba4c55f8205e7cf4ebd551767
| author | goeckslab | 
|---|---|
| date | Sat, 06 Sep 2025 01:53:40 +0000 | 
| parents | 8f74efef9882 | 
| children | 
| rev | line source | 
|---|---|
| 
4
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
1 FROM ludwigai/ludwig-ray-gpu | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
2 | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
3 USER root | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
4 | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
5 # there is an error with the kubernetes-xenial repo | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
6 RUN sed -i '/^deb .*kubernetes-xenial/ s/^/#/' /etc/apt/sources.list.d/kubernetes.list || true | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
7 | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
8 RUN apt-get -y update && apt-get install -y unzip && \ | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
9 apt-get clean && \ | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
10 rm -rf /var/lib/apt/lists/* | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
11 | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
12 RUN pip install -U pip | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
13 | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
14 RUN pip install --no-cache-dir 'git+https://github.com/goeckslab/model-unpickler.git' && \ | 
| 
5
 
8f74efef9882
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 157a73c006785cd373d41578001b32a8cf9ebdeb
 
goeckslab 
parents: 
4 
diff
changeset
 | 
15 pip install --no-cache-dir 'git+https://github.com/goeckslab/smart-report.git@17df590f3ceb065add099f37b4874c85bd275014' && \ | 
| 
 
8f74efef9882
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 157a73c006785cd373d41578001b32a8cf9ebdeb
 
goeckslab 
parents: 
4 
diff
changeset
 | 
16 pip install --no-cache-dir plotly | 
| 
4
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
17 | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
18 RUN useradd -m -s /bin/bash nonrootuser | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
19 | 
| 
 
a1b91224afb9
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
 
goeckslab 
parents:  
diff
changeset
 | 
20 USER nonrootuser | 
