Commit 06962a1
committed
chore: bump colab base image to 20260716
Bumps the Colab base image from release-colab-external-images_20260514-060047_RC00
to release-colab-external-images_20260716-060051_RC00.
Package versions picked up from the new base include torch 2.10 -> 2.11,
torchvision 0.25 -> 0.26, gradio 5.50 -> 6.20, langsmith 0.7.34 -> 0.10.2,
gitpython 3.1.47 -> 3.1.51, pyjwt 2.12.1 -> 2.13.0,
python-multipart 0.0.26 -> 0.0.32, litellm 1.82.4 -> 1.85.7,
wandb 0.26.1 -> 0.28.0, and rsync 3.2.7-0ubuntu0.22.04.4 -> .22.04.6.
Repo-side changes needed alongside the bump:
- torchcodec 0.10.0 -> 0.11.0, to stay compatible with torch 2.11.
- pillow>=12.2 and urllib3>=2.7, since the new base still ships pillow 11.3
and urllib3 2.5. Both resolve cleanly with no conflicts.
- Stop installing git-lfs via apt. The base image ships git-lfs 3.7.1 built
with Go 1.26, and Ubuntu's git-lfs 3.0.2 package was overwriting it with an
older build from Go 1.18.
Both CPU and GPU images build clean with --no-cache. Test suite not yet run.1 parent 78aaa43 commit 06962a1
2 files changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
130 | | - | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
135 | 141 | | |
136 | 142 | | |
137 | 143 | | |
| |||
0 commit comments