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 4c5317c commit 33b4efaCopy full SHA for 33b4efa
installer/Dockerfile-base
@@ -31,7 +31,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
31
chmod g+xr /usr/bin/ld.so && \
32
chmod g+x /usr/local/bin/python* && \
33
apt-get clean all && \
34
- echo "/usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2" > /etc/ld.so.preload
+ echo "/usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2" > /etc/ld.so.preload && \
35
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /usr/share/man/* /usr/share/info/* /usr/share/locale/* /usr/share/lintian/* /usr/share/linda/* /var/cache/* /var/log/* /var/tmp/* /tmp/*
36
COPY --from=vector-model --chmod=700 /opt/maxkb-app/model /opt/maxkb-app/model
37
0 commit comments