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 && \
|
RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
|
||||||
cp -f /opt/maxkb-app/installer/*.sh /usr/bin/ && \
|
cp -f /opt/maxkb-app/installer/*.sh /usr/bin/ && \
|
||||||
cp -f /opt/maxkb-app/installer/init.sql /docker-entrypoint-initdb.d && \
|
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 && \
|
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 && \
|
curl -L --connect-timeout 120 -m 1800 https://resource.fit2cloud.com/maxkb/ffmpeg/get-ffmpeg-linux | sh && \
|
||||||
mkdir -p /opt/maxkb-app/sandbox/ && \
|
mkdir -p /opt/maxkb-app/sandbox/ && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user