diff --git a/bitnami/pytorch-intel/1.10/debian-11/Dockerfile b/bitnami/pytorch-intel/1.10/debian-11/Dockerfile index 4d806efe1d36..962f7d83f26f 100644 --- a/bitnami/pytorch-intel/1.10/debian-11/Dockerfile +++ b/bitnami/pytorch-intel/1.10/debian-11/Dockerfile @@ -9,7 +9,7 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgomp1 libgssapi-krb5-2 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtcmalloc-minimal4 libtinfo6 libtirpc3 numactl procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-1" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-2" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch-intel" "1.10.2-0" --checksum 7f15310a9dceb6e520024a4861aacb9fecf1c2b41e7e2a10dfe0acea81660ffd RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b RUN apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/pytorch-intel/1.10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/pytorch-intel/1.10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index b3c23cacc45a..1fa724d9b92c 100644 --- a/bitnami/pytorch-intel/1.10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/pytorch-intel/1.10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -11,7 +11,7 @@ "digest": "79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442", "distro": "debian-11", "type": "NAMI", - "version": "3.8.13-1" + "version": "3.8.13-2" }, "pytorch-intel": { "arch": "amd64", diff --git a/bitnami/pytorch-intel/README.md b/bitnami/pytorch-intel/README.md index f717f308d5c7..1dcd91e62c93 100644 --- a/bitnami/pytorch-intel/README.md +++ b/bitnami/pytorch-intel/README.md @@ -1,12 +1,12 @@ -# PyTorch Container for Intel packaged by Bitnami +# PyTorch for Intel packaged by Bitnami ## What is PyTorch for Intel? -> PyTorch is an open-source deep learning framework that accelerates the transition from prototyping research to production. This container is equipped with a performance-optimized PyTorch deep learning framework on Intel platforms. +> PyTorch is an open-source deep learning framework that accelerates the path from research to production. Equipped with a performance-optimized PyTorch deep learning framework on Intel platforms. -[Overview of PyTorch for Intel](https://github.com/intel/intel-extension-for-pytorch) +[Overview of PyTorch for Intel](https://pytorch.org/) -This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR @@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`1.10`, `1.10-debian-11`, `1.10.2`, `1.10.2-debian-11-r0`, `latest` (1.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch-intel/blob/1.10.2-debian-11-r0/1.10/debian-11/Dockerfile) +* [`1.10`, `1.10-debian-11`, `1.10.2`, `1.10.2-debian-11-r1`, `latest` (1.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch-intel/blob/1.10.2-debian-11-r1/1.10/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/pytorch-intel GitHub repo](https://github.com/bitnami/bitnami-docker-pytorch-intel). @@ -97,7 +97,7 @@ $ docker run -it --name pytorch -v /path/to/app:/app bitnami/pytorch-intel \ **Further Reading:** - - [pytorch documentation](https://github.com/intel/intel-extension-for-pytorchdocs/stable/index.html) + - [pytorch documentation](https://pytorch.org/docs/stable/index.html) ## Maintenance