From de7d1b2e222a0a84121add019444dce77ac7a168 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Wed, 25 Sep 2024 19:01:48 +0800 Subject: [PATCH] enable start script --- start.sh | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/start.sh b/start.sh index ea7197eac..a3d18acda 100755 --- a/start.sh +++ b/start.sh @@ -1,18 +1,18 @@ #!/bin/bash set -e -## 加速 -#yarn config set registry 'https://registry.npmmirror.com/' -#yarn config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp" -#yarn config set sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips" +# 加速 +yarn config set registry 'https://registry.npmmirror.com/' +yarn config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp" +yarn config set sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips" ## 官方 ##yarn config delete registry ##yarn config delete sharp_binary_host ##yarn config delete sharp_libvips_binary_host # #yarn cache clean -#yarn install +yarn install # -#yarn run build +yarn run build # #mkdir -p "./node_modules/tiktoken" #export OUT_DIR="out" @@ -27,12 +27,11 @@ set -e #docker network ls | grep -qw chatgpt-ns || docker network create chatgpt-ns -# 检查构建器是否已存在 -if ! docker buildx inspect mybuilder &> /dev/null; then - docker buildx create --use --name=mybuilder -fi -#docker buildx build --platform linux/amd64 -t registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:temp -f Dockerfile.linux-build --load . -docker buildx build --platform linux/amd64 -t registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:temp -f Dockerfile --load . - -docker tag registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:temp registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:latest -docker tag registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:temp registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:test +## 检查构建器是否已存在 +#if ! docker buildx inspect mybuilder &> /dev/null; then +# docker buildx create --use --name=mybuilder +#fi +#docker buildx build --platform linux/amd64 -t registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:temp -f Dockerfile --load . +# +#docker tag registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:temp registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:latest +#docker tag registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:temp registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web:test