Skip to content

Commit f0fdfe5

Browse files
committed
horovod 0.21.3
1 parent 4363388 commit f0fdfe5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python-tensorflow/Dockerfile.2.3-py36-cuda10.1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM lablup/common-base:cuda10.1
22

33
WORKDIR /tmp
44
COPY ./requirements.tf.txt /tmp
5+
RUN python3 -m pip uninstall --no-cache-dir -y \
6+
tensorflow tensorflow-serving tensorflow-text
57
RUN python3 -m pip install --no-cache-dir \
68
-r requirements.tf.txt \
79
--ignore-installed && \
@@ -18,7 +20,7 @@ RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
1820
HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL HOROVOD_NCCL_LINK=SHARED \
1921
HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITHOUT_PYTORCH=1 HOROVOD_WITHOUT_MXNET=1\
2022
HOROVOD_GPU=CUDA \
21-
python3 -m pip install --no-cache-dir horovod==0.21.1 && \
23+
python3 -m pip install --no-cache-dir horovod==0.21.3 && \
2224
ldconfig
2325

2426

0 commit comments

Comments
 (0)