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 a82fdd4 commit dc89474Copy full SHA for dc89474
tools/gen_ort_dockerfile.py
@@ -141,7 +141,8 @@ def dockerfile_for_linux(output_file):
141
ENV CMAKE_CUDA_COMPILER_LAUNCHER="ccache"
142
ENV VERBOSE=1
143
RUN apt-get update \\
144
- && apt-get install -y --no-install-recommends ccache && ccache -p
+ && apt-get install -y --no-install-recommends ccache && ccache -p \\
145
+ && rm -rf /var/lib/apt/lists/*
146
""".format( os.getenv("CCACHE_REMOTE_STORAGE") )
147
148
df += """
0 commit comments