File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ RUN cd /code/cuda-samples/Samples/1_Utilities/deviceQuery && make && \
2727 mv deviceQuery /usr/local/bin && \
2828 rm -rf /code/cuda-samples
2929
30- # Cleanup Image
31- RUN rm -rf /opt/hostedtoolcache && cd /opt && find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
32-
3330WORKDIR /app
3431COPY ./build-ffmpeg /app/build-ffmpeg
3532
@@ -42,6 +39,10 @@ ENV DEBIAN_FRONTEND=noninteractive
4239ENV NVIDIA_VISIBLE_DEVICES=all
4340ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
4441
42+ # Cleanup Image
43+ RUN rm -rf /opt/hostedtoolcache && cd /opt && find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
44+
45+
4546# Copy libnpp
4647COPY --from=build /usr/local/cuda-12.9/targets/x86_64-linux/lib/libnppc.so /lib/x86_64-linux-gnu/libnppc.so.12
4748COPY --from=build /usr/local/cuda-12.9/targets/x86_64-linux/lib/libnppig.so /lib/x86_64-linux-gnu/libnppig.so.12
You can’t perform that action at this time.
0 commit comments