2.1.0-debian-9-r0 release
This commit is contained in:
parent
c86bc3b289
commit
fc9851177b
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
|||
RUN install_packages ca-certificates curl dirmngr gnupg libc6 libgcc1 libstdc++6 procps sudo unzip
|
||||
RUN /bitnami-user.sh && \
|
||||
/install-nami.sh
|
||||
RUN bitnami-pkg unpack tensorflow-resnet-2.0.0-0 --checksum 62581ca622c5421aa8f45644a2d3afd995819bd252d5016646b154d31baa0212
|
||||
RUN bitnami-pkg unpack tensorflow-resnet-2.1.0-0 --checksum 51d4f2e7c54e86a17a25b3e915775d226d918689413164331d216b7183b53416
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && \
|
||||
|
|
@ -30,7 +30,7 @@ RUN echo "deb http://http.us.debian.org/debian testing main non-free contrib" >>
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-resnet" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.0-debian-9-r48" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.0-debian-9-r0" \
|
||||
NAMI_PREFIX="/.nami"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`2-ol-7`, `2.1.0-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.1.0-ol-7-r0/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.0.0-debian-9-r48`, `2`, `2.0.0`, `2.0.0-r48`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.0.0-debian-9-r48/2/debian-9/Dockerfile)
|
||||
* [`2-debian-9`, `2.1.0-debian-9-r0`, `2`, `2.1.0`, `2.1.0-r0`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.1.0-debian-9-r0/2/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/tensorflow-resnet GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-resnet).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue