diff --git a/pytorch.dockerfile b/pytorch.dockerfile index 97764c0..534e089 100644 --- a/pytorch.dockerfile +++ b/pytorch.dockerfile @@ -51,5 +51,36 @@ PYTORCH_BUILD_VERSION=$(echo "${PYTORCH_BRANCH}" | tr -d "v") python${PYTHON_VER WORKDIR /home/rocm/pytorch/dist RUN cp $(ls -l *.whl | awk '{ print $9 }' | tail -n1 | tr -d '\n') /home/rocm/torch.whl +# Test +RUN <