feat:update app config
This commit is contained in:
parent
0c03af1391
commit
8c9893c2b6
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
java:
|
dotnet:
|
||||||
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
|
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
java:
|
dotnet:
|
||||||
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
|
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
java:
|
dotnet:
|
||||||
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
|
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
||||||
ko: DeepSeek-R1, Llama 3.3, qwen2.5 및 기타 대형 언어 모델을 시작하고 실행
|
ko: DeepSeek-R1, Llama 3.3, qwen2.5 및 기타 대형 언어 모델을 시작하고 실행
|
||||||
zh-hant: 啟動並執行 DeepSeek-R1、Llama 3.3、qwen2.5 及其他大型語言模型
|
zh-hant: 啟動並執行 DeepSeek-R1、Llama 3.3、qwen2.5 及其他大型語言模型
|
||||||
zh: 启动并运行 DeepSeek-R1、Llama 3.3、qwen2.5 及其他大型语言模型
|
zh: 启动并运行 DeepSeek-R1、Llama 3.3、qwen2.5 及其他大型语言模型
|
||||||
type: tool
|
type: website
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 1
|
limit: 1
|
||||||
recommend: 70
|
recommend: 70
|
||||||
|
|
@ -30,4 +30,3 @@ additionalProperties:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
gpuSupport: true
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
node:
|
python:
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:${PYTHON_VERSION}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
node:
|
python:
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:${PYTHON_VERSION}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
node:
|
python:
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:${PYTHON_VERSION}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
node:
|
python:
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:${PYTHON_VERSION}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue