diff --git a/pytorch.dockerfile b/pytorch.dockerfile index 4af61a6..22f9fbd 100644 --- a/pytorch.dockerfile +++ b/pytorch.dockerfile @@ -48,9 +48,6 @@ PYTORCH_BUILD_VERSION=$(echo "${PYTORCH_BRANCH}" | tr -d "v") python${PYTHON_VER # https://github.com/pytorch/pytorch/issues/125230 # https://github.com/AngryLoki/pytorch/commit/38d6f115c65b67946de6765165ece0288c8416d4 -WORKDIR /home/rocm/pytorch/dist -RUN cp $(ls -l *.whl | awk '{ print $9 }' | tail -n1 | tr -d '\n') /home/rocm/torch.whl - # Test RUN <