Commit a05ef6e
authored
Unified Docker image with CI auto-build (#17)
* Unified Docker image with CI auto-build on merge to main
- Simplify Dockerfile to a single image (no multi-target builds)
- Uses RunPod base entrypoint (SSH + Jupyter) — run experiments via SSH
- Add .github/workflows/docker.yml: builds and pushes to Docker Hub
on every merge to main, tagged as :latest and :sha
- Uses GitHub Actions cache for Docker layer reuse
- Update CLAUDE.md to reflect the new workflow
Requires DOCKERHUB_USERNAME and DOCKERHUB_TOKEN secrets in GitHub.
* Address review: fix broken COPYs, .dockerignore, GIT_TAG, workflow_dispatch
- Remove COPY data/ (doesn't exist in repo)
- Simplify .dockerignore to allow deploy/, docs/, cards/ into build context
- Fix GIT_TAG: use git tag --points-at HEAD instead of github.ref_name
- Add workflow_dispatch trigger for manual rebuilds1 parent b06963e commit a05ef6e
File tree
4 files changed
+68
-69
lines changed- .github/workflows
4 files changed
+68
-69
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
233 | 229 | | |
234 | | - | |
| 230 | + | |
| 231 | + | |
235 | 232 | | |
236 | 233 | | |
237 | | - | |
238 | 234 | | |
239 | | - | |
240 | | - | |
241 | 235 | | |
242 | 236 | | |
243 | | - | |
244 | | - | |
245 | 237 | | |
246 | 238 | | |
247 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
40 | 30 | | |
41 | 31 | | |
42 | 32 | | |
43 | | - | |
44 | | - | |
| 33 | + | |
| 34 | + | |
45 | 35 | | |
46 | 36 | | |
47 | 37 | | |
| |||
56 | 46 | | |
57 | 47 | | |
58 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
59 | 52 | | |
60 | | - | |
| 53 | + | |
61 | 54 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 55 | | |
66 | 56 | | |
67 | 57 | | |
| |||
80 | 70 | | |
81 | 71 | | |
82 | 72 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 73 | + | |
0 commit comments