We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e74bc6 commit 2884cedCopy full SHA for 2884ced
docker/1.11.0/final/py2/Dockerfile.cpu
@@ -42,7 +42,7 @@ COPY --from=tensorflow_serving_image /usr/bin/tensorflow_model_server /usr/bin/t
42
COPY $framework_installable .
43
COPY $framework_support_installable .
44
45
-RUN pip install --no-cache-dir \
+RUN pip install -U --no-cache-dir \
46
numpy \
47
scipy \
48
sklearn \
docker/1.11.0/final/py2/Dockerfile.gpu
@@ -71,7 +71,7 @@ COPY --from=tensorflow_serving_image /usr/bin/tensorflow_model_server /usr/bin/t
71
72
73
74
75
76
77
0 commit comments