We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69005e4 commit cd63a5cCopy full SHA for cd63a5c
Dockerfile
@@ -136,5 +136,7 @@ RUN echo "root:root" | chpasswd \
136
USER ${username}
137
RUN cd ${OPENVINOROOTDIR}/install_dependencies/ \
138
&& yes | sudo -E ./install_NEO_OCL_driver.sh \
139
- && cd ${wkdir}
+ && cd ${wkdir} \
140
+ && apt clean \
141
+ && rm -rf /var/lib/apt/lists/*
142
RUN sudo chown ${username}:${username} ${wkdir}
0 commit comments