Skip to content

Commit

Permalink
back to torch2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jixh committed Jan 6, 2025
1 parent cc24c8f commit dcb01bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_rdma_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
context: ./docker/rdma/
push: true
tags: |
dptechnology/unicore:latest-pytorch2.6.0-cuda12.6-rdma
dp-ve-registry-cn-beijing.cr.volces.com/dplc/unicore:latest-pytorch2.6.0-cuda12.6-rdma
dptechnology/unicore:latest-pytorch2.5.0-cuda12.5-rdma
dp-ve-registry-cn-beijing.cr.volces.com/dplc/unicore:latest-pytorch2.5.0-cuda12.5-rdma
2 changes: 1 addition & 1 deletion docker/rdma/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/pytorch:24.11-py3
FROM nvcr.io/nvidia/pytorch:24.10-py3

RUN APT_INSTALL="apt-get install -y --no-install-recommends" && \
rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit dcb01bb

Please sign in to comment.