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.
Removes VOLUME instruction from the Dockerfile
- Loading branch information
Bitnami Bot
committed
Jul 4, 2017
1 parent
67933b9
commit 3e46dd5
Showing
3 changed files
with
42 additions
and
85 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,4 +1,4 @@ | ||
FROM bitnami/minideb-extras:jessie-r17 | ||
FROM bitnami/minideb-extras:jessie-r19 | ||
LABEL maintainer "Bitnami <[email protected]>" | ||
|
||
|
||
|
@@ -10,14 +10,13 @@ RUN bitnami-pkg unpack tensorflow-serving-0.6.0-0 --checksum 0b55d1bf8e0ee73ed74 | |
COPY rootfs / | ||
|
||
ENV BITNAMI_APP_NAME="tensorflow-serving" \ | ||
BITNAMI_IMAGE_VERSION="0.6.0-r0" \ | ||
BITNAMI_IMAGE_VERSION="0.6.0-r1" \ | ||
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" | ||
|
||
|
||
|
||
VOLUME ["/bitnami/model-data","/bitnami/tensorflow-serving"] | ||
|
||
EXPOSE 9000 | ||
|
||
|
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
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