Fix gRPC and OpenVINO CI image demo location
This commit is contained in:
parent
d4e7c906c0
commit
96bfe7eeae
@ -3,7 +3,8 @@ FROM occlum/occlum:$OCCLUM_VERSION-ubuntu18.04 as base
|
|||||||
LABEL maintainer="Chunyang Hui <sanqian.hcy@antgroup.com>"
|
LABEL maintainer="Chunyang Hui <sanqian.hcy@antgroup.com>"
|
||||||
|
|
||||||
WORKDIR /root
|
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 && \
|
cp -r occlum/demos /root/demos && \
|
||||||
rm -rf /root/occlum
|
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>"
|
LABEL maintainer="Chunyang Hui <sanqian.hcy@antgroup.com>"
|
||||||
|
|
||||||
WORKDIR /root
|
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 && \
|
cp -r occlum/demos /root/demos && \
|
||||||
rm -rf /root/occlum
|
rm -rf /root/occlum
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user