diff --git a/paddle/scripts/musl_build/Dockerfile b/paddle/scripts/musl_build/Dockerfile deleted file mode 100644 index 6b1002b4d3e19825434a0850fff1ca1e16c0b213..0000000000000000000000000000000000000000 --- a/paddle/scripts/musl_build/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM python:3.7-alpine3.10 - -RUN apk add --no-cache --force-overwrite\ - g++ gfortran make cmake patchelf\ - git \ - linux-headers \ - libjpeg-turbo-dev \ - lapack-dev openblas-dev - -#RUN pip3 install scikit-build\ -# numpy pandas scipy \ -# opencv \ No newline at end of file diff --git a/python/paddle/vision/transforms/transforms.py b/python/paddle/vision/transforms/transforms.py index 2fa160ef25d37f9013bd91fa05d721c5b9bcf4cc..14809e0c1acaa1b6d5a494e6e3df1801e1c8f61b 100644 --- a/python/paddle/vision/transforms/transforms.py +++ b/python/paddle/vision/transforms/transforms.py @@ -122,7 +122,7 @@ class BatchCompose(object): Args: transforms (list): List of transforms to compose. these transforms perform on batch data. - + Examples: .. code-block:: python