Fix gRPC and OpenVINO CI image demo location

This commit is contained in:
Hui, Chunyang 2021-01-20 09:27:33 +00:00 committed by Zongmin.Gu
parent d4e7c906c0
commit 96bfe7eeae
2 changed files with 4 additions and 2 deletions

@ -3,7 +3,8 @@ FROM occlum/occlum:$OCCLUM_VERSION-ubuntu18.04 as base
LABEL maintainer="Chunyang Hui <sanqian.hcy@antgroup.com>"
WORKDIR /root
RUN git clone https://github.com/occlum/occlum.git && \
RUN rm -rf /root/demos && \
git clone https://github.com/occlum/occlum.git && \
cp -r occlum/demos /root/demos && \
rm -rf /root/occlum

@ -3,7 +3,8 @@ FROM occlum/occlum:$OCCLUM_VERSION-ubuntu18.04 as base
LABEL maintainer="Chunyang Hui <sanqian.hcy@antgroup.com>"
WORKDIR /root
RUN git clone https://github.com/occlum/occlum.git && \
RUN rm -rf /root/demos && \
git clone https://github.com/occlum/occlum.git && \
cp -r occlum/demos /root/demos && \
rm -rf /root/occlum