File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ FROM lablup/common-base:cuda10.1
2
2
3
3
WORKDIR /tmp
4
4
COPY ./requirements.tf.txt /tmp
5
+ RUN python3 -m pip uninstall --no-cache-dir -y \
6
+ tensorflow tensorflow-serving tensorflow-text
5
7
RUN python3 -m pip install --no-cache-dir \
6
8
-r requirements.tf.txt \
7
9
--ignore-installed && \
@@ -18,7 +20,7 @@ RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
18
20
HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL HOROVOD_NCCL_LINK=SHARED \
19
21
HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITHOUT_PYTORCH=1 HOROVOD_WITHOUT_MXNET=1\
20
22
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 && \
22
24
ldconfig
23
25
24
26
You can’t perform that action at this time.
0 commit comments