Skip to content

Commit e947fde

Browse files
committed
fix build comment
1 parent 78a2bf2 commit e947fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch/training/docker/2.7/py3/cu128/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ RUN pip install --no-cache-dir \
253253
jinja2>=3.1.6 \
254254
tornado>=6.5.1
255255

256-
Install PyTorch
256+
# Install PyTorch
257257
RUN pip install --no-cache-dir -U torch==${PYTORCH_VERSION} \
258258
torchvision==${TORCHVISION_VERSION} \
259259
torchaudio==${TORCHAUDIO_VERSION} \

0 commit comments

Comments
 (0)