Skip to content

Commit

Permalink
Merge pull request #8 from PINTO0309/ubuntu2004_tf2.5.0-rc1_torch1.8.…
Browse files Browse the repository at this point in the history
…1_openvino2021.3.394

TensorFlow v2.5.0-rc1
  • Loading branch information
PINTO0309 authored Apr 16, 2021
2 parents 0eea9e7 + 365631b commit 65911c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04

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

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

# Install Custom TensorFlow (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
RUN gdown --id 1r6lubjqU4ApafzZRExYJNXtfDeG0fQoQ \
RUN gdown --id 1fDris22yvzJpJmdc-AJvlIpYsW0YmLDH \
&& mv tensorflow-${TENSORFLOWVER}-cp38-cp38-linux_x86_64.whl tensorflow-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
&& pip install --force-reinstall tensorflow-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
&& rm tensorflow-${TENSORFLOWVER}-cp38-none-linux_x86_64.whl \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
1. Ubuntu 20.04 x86_64
2. CUDA 11.2
3. cuDNN 8.1
4. TensorFlow v2.5.0-rc0 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
5. tflite_runtime v2.5.0-rc0 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
4. TensorFlow v2.5.0-rc1 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
5. tflite_runtime v2.5.0-rc1 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled)
6. edgetpu-compiler
7. flatc 1.12.0
8. TensorRT cuda11.1-trt7.2.3.4-ga-20210226
Expand Down Expand Up @@ -51,7 +51,7 @@ $ xhost +local: && \
-e XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR \
-e DISPLAY=$DISPLAY \
--privileged \
pinto0309/mtomo:ubuntu2004_tf2.5.0-rc0_torch1.8.1_openvino2021.3.394
pinto0309/mtomo:ubuntu2004_tf2.5.0-rc1_torch1.8.1_openvino2021.3.394
```

### 3-2. Docker Build
Expand Down

0 comments on commit 65911c5

Please sign in to comment.