Skip to content

Commit a3fa6c6

Browse files
committed
Update PyTorch 2.7.1 to 2.8.0
1 parent 0b76df8 commit a3fa6c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
🔧 **Build Environment:**
117117
- CUDA: 12.6.1 with cuDNN
118-
- PyTorch: 2.7.1
118+
- PyTorch: 2.8.0
119119
- Python: 3.10
120120
- Architecture: CUDA Compute Capabilities 9.0
121121

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN case ${TARGETPLATFORM} in \
4141
WORKDIR /workspace
4242

4343
# Install PyTorch with CUDA support
44-
RUN pip install torch==2.7.1
44+
RUN pip install torch==2.8.0
4545

4646
# Install build dependencies
4747
RUN pip install --upgrade pip setuptools wheel build scikit-build-core[pyproject] pybind11 ninja
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:867511ae06a7539ec888d445fac25c1ea5299e0d923f4ccb2fe35dc612d81c96
3-
size 371492930
2+
oid sha256:080efe692f26ceb2a9f3cfb87a4041d9298e24dfd16b9857ac897101cd68d78e
3+
size 371499113

0 commit comments

Comments
 (0)