fix: torch

This commit is contained in:
2024-09-12 13:06:24 -07:00
parent c52ca16334
commit 6c902d6f75
+2
View File
@@ -59,6 +59,8 @@ sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
EOF
RUN python${PYTHON_VERSION} -m pip install /home/rocm/torch.whl
# Torch Vision
WORKDIR /home/rocm/
RUN git clone --depth 1 https://github.com/pytorch/vision.git -b v0.17.2 vision