mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
build: init directory.
This commit is contained in:
parent
4f4c8c43b9
commit
90d2d90658
|
|
@ -62,7 +62,7 @@ COPY --from=vector-model /opt/maxkb/app/model /opt/maxkb-app/model
|
|||
RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
|
||||
cp -f /opt/maxkb-app/installer/*.sh /usr/bin/ && \
|
||||
cp -f /opt/maxkb-app/installer/init.sql /docker-entrypoint-initdb.d && \
|
||||
rm -rf /opt/maxkb-app/installer
|
||||
rm -rf /opt/maxkb-app/installer && \
|
||||
cp -r /opt/maxkb-app/model/base/hub /opt/maxkb-app/model/tokenizer && \
|
||||
curl -L --connect-timeout 120 -m 1800 https://resource.fit2cloud.com/maxkb/ffmpeg/get-ffmpeg-linux | sh && \
|
||||
mkdir -p /opt/maxkb-app/sandbox/ && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue