Skip to content

Commit e75e6f9

Browse files
committed
Bump to pytorch 25.09
Signed-off-by: Charlie Truong <[email protected]>
1 parent 9d93954 commit e75e6f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docker/Dockerfile.ci

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM nvcr.io/nvidia/pytorch:25.06-py3
14+
FROM nvcr.io/nvidia/pytorch:25.09-py3
1515

1616
ENV PIP_CONSTRAINT=""
1717

1818
# Install uv and python
19-
ARG UV_VERSION=0.7.2
19+
ARG UV_VERSION=0.9.3
2020
ENV PATH="/root/.local/bin:$PATH"
2121
RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
2222

@@ -45,5 +45,7 @@ RUN --mount=type=bind,source=pyproject.toml,target=/workspace/pyproject.toml \
4545
--no-install-package nvidia-cusolver-cu12 \
4646
--no-install-package nvidia-cusparse-cu12 \
4747
--no-install-package nvidia-cusparselt-cu12 \
48-
--no-install-package nvidia-nccl-cu12
48+
--no-install-package nvidia-nccl-cu12 \
49+
--no-install-package nvidia-nvjitlink-cu12 \
50+
--no-install-package nvidia-nvtx-cu12
4951
EOF

0 commit comments

Comments
 (0)