forked from logicxin/bitnami-docker-tensorflow-serving
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update image to version 0.6.0-r2
- Loading branch information
Bitnami Bot
committed
Jul 14, 2017
1 parent
4f1dfa1
commit d40749e
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
FROM bitnami/minideb-extras:jessie-r19 | ||
LABEL maintainer "Bitnami <[email protected]>" | ||
|
||
|
||
|
||
# Install required system packages and dependencies | ||
RUN install_packages libc6 libgcc1 libstdc++6 | ||
RUN bitnami-pkg unpack tensorflow-serving-0.6.0-0 --checksum 0b55d1bf8e0ee73ed742d38a5dc1d5bbbe4d17d388a199cd9c7ae5b0d9435380 | ||
|
||
COPY rootfs / | ||
|
||
ENV BITNAMI_APP_NAME="tensorflow-serving" \ | ||
BITNAMI_IMAGE_VERSION="0.6.0-r1" \ | ||
BITNAMI_IMAGE_VERSION="0.6.0-r2" \ | ||
PATH="/opt/bitnami/tensorflow-serving/bin:/opt/bitnami/tensorflow-serving/bazel-bin/tensorflow_serving/model_servers:$PATH" \ | ||
TENSORFLOW_SERVING_MODEL_NAME="inception" \ | ||
TENSORFLOW_SERVING_PORT_NUMBER="9000" | ||
|
||
|
||
|
||
|
||
EXPOSE 9000 | ||
|
||
ENTRYPOINT ["/app-entrypoint.sh"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters