Skip to content

Commit 2884ced

Browse files
authored
Icywang86rui gpu fix (#118)
* Update Dockerfile.cpu * Update Dockerfile.gpu
1 parent 1e74bc6 commit 2884ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/1.11.0/final/py2/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --from=tensorflow_serving_image /usr/bin/tensorflow_model_server /usr/bin/t
4242
COPY $framework_installable .
4343
COPY $framework_support_installable .
4444

45-
RUN pip install --no-cache-dir \
45+
RUN pip install -U --no-cache-dir \
4646
numpy \
4747
scipy \
4848
sklearn \

docker/1.11.0/final/py2/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ COPY --from=tensorflow_serving_image /usr/bin/tensorflow_model_server /usr/bin/t
7171
COPY $framework_installable .
7272
COPY $framework_support_installable .
7373

74-
RUN pip install --no-cache-dir \
74+
RUN pip install -U --no-cache-dir \
7575
numpy \
7676
scipy \
7777
sklearn \

0 commit comments

Comments
 (0)