Skip to content

Commit 65911c5

Browse files
authored
Merge pull request #8 from PINTO0309/ubuntu2004_tf2.5.0-rc1_torch1.8.1_openvino2021.3.394
TensorFlow v2.5.0-rc1
2 parents 0eea9e7 + 365631b commit 65911c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ARG OSVER=ubuntu1804
5-
ARG TENSORFLOWVER=2.5.0rc0
5+
ARG TENSORFLOWVER=2.5.0rc1
66
ARG TENSORRTVER=cuda11.1-trt7.2.3.4-ga-20210226
77
ARG OPENVINOVER=2021.3.394
88
ARG OPENVINOROOTDIR=/opt/intel/openvino_2021
@@ -58,7 +58,7 @@ RUN pip3 install --upgrade pip \
5858
&& rm -rf /var/lib/apt/lists/*
5959

6060
# Install custom tflite_runtime, flatc, edgetpu-compiler
61-
RUN gdown --id 1iHvLv3pN9WEA-LkokXA_LthhmjgZc0Xh \
61+
RUN gdown --id 172QlW8MGzDMDgMkDOGFix54oFZ6FFIe- \
6262
&& chmod +x tflite_runtime-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
6363
&& pip install tflite_runtime-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
6464
&& rm tflite_runtime-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
@@ -121,7 +121,7 @@ RUN gdown --id 1L257ptjP1EnQCDEHwarrDCZw23n4S8rJ \
121121
&& rm -rf /var/lib/apt/lists/*
122122

123123
# Install Custom TensorFlow (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
124-
RUN gdown --id 1r6lubjqU4ApafzZRExYJNXtfDeG0fQoQ \
124+
RUN gdown --id 1fDris22yvzJpJmdc-AJvlIpYsW0YmLDH \
125125
&& mv tensorflow-${TENSORFLOWVER}-cp38-cp38-linux_x86_64.whl tensorflow-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
126126
&& pip install --force-reinstall tensorflow-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
127127
&& rm tensorflow-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1. Ubuntu 20.04 x86_64
1313
2. CUDA 11.2
1414
3. cuDNN 8.1
15-
4. TensorFlow v2.5.0-rc0 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
16-
5. tflite_runtime v2.5.0-rc0 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
15+
4. TensorFlow v2.5.0-rc1 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
16+
5. tflite_runtime v2.5.0-rc1 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
1717
6. edgetpu-compiler
1818
7. flatc 1.12.0
1919
8. TensorRT cuda11.1-trt7.2.3.4-ga-20210226
@@ -51,7 +51,7 @@ $ xhost +local: && \
5151
-e XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR \
5252
-e DISPLAY=$DISPLAY \
5353
--privileged \
54-
pinto0309/mtomo:ubuntu2004_tf2.5.0-rc0_torch1.8.1_openvino2021.3.394
54+
pinto0309/mtomo:ubuntu2004_tf2.5.0-rc1_torch1.8.1_openvino2021.3.394
5555
```
5656

5757
### 3-2. Docker Build

0 commit comments

Comments
 (0)