Skip to content

Commit

Permalink
Merge pull request #50 from fixstars/feature/reorganize-config
Browse files Browse the repository at this point in the history
Updated dockerfile to install onnxruntime
  • Loading branch information
iitaku authored Jan 29, 2021
2 parents bb3b3d1 + 7d54454 commit 2602721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ RUN apt-get update && apt-get install -y \
# OpenCV
RUN curl -L https://ion-archives.s3-us-west-2.amazonaws.com/genesis-runtime/OpenCV-4.5.1-x86_64-gcc75.sh -o x.sh && sh x.sh --skip-license --prefix=/usr && rm x.sh

# ONNXRuntime
RUN curl -L https://ion-archives.s3-us-west-2.amazonaws.com/genesis-runtime/onnxruntime-linux-x64-gcc75-1.6.0.tar.gz | tar xz -C /usr --strip-components 1

#
# 3.2. Build stage for ion-kit
# docker build --target ion-kit-build -t docker.pkg.github.com/fixstars/ion-kit/ion-kit:latest-build-ubuntu18.04 .
Expand Down

0 comments on commit 2602721

Please sign in to comment.