1.9.1-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2021-10-31 04:38:59 +00:00
parent eae73e5d4a
commit e0c0de4ab9
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/pytorch/postunpack.sh
ENV BITNAMI_APP_NAME="pytorch" \
BITNAMI_IMAGE_VERSION="1.9.1-debian-10-r8" \
BITNAMI_IMAGE_VERSION="1.9.1-debian-10-r9" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/python3.7/site-packages/torch/lib/:/opt/bitnami/python/lib/python3.7/site-packages/PIL/.libs/:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"