1
0
Fork 0

feat:update app config

This commit is contained in:
zhengkunwang223 2025-02-25 14:50:54 +08:00 committed by CityFun
parent 0c03af1391
commit 8c9893c2b6
8 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
services:
java:
dotnet:
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app

View File

@ -1,5 +1,5 @@
services:
java:
dotnet:
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app

View File

@ -1,5 +1,5 @@
services:
java:
dotnet:
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app

View File

@ -19,7 +19,7 @@ additionalProperties:
ko: DeepSeek-R1, Llama 3.3, qwen2.5 및 기타 대형 언어 모델을 시작하고 실행
zh-hant: 啟動並執行 DeepSeek-R1、Llama 3.3、qwen2.5 及其他大型語言模型
zh: 启动并运行 DeepSeek-R1、Llama 3.3、qwen2.5 及其他大型语言模型
type: tool
type: website
crossVersionUpdate: true
limit: 1
recommend: 70
@ -29,5 +29,4 @@ additionalProperties:
gpuSupport: true
architectures:
- amd64
- arm64
gpuSupport: true
- arm64

View File

@ -1,5 +1,5 @@
services:
node:
python:
image: python:${PYTHON_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app

View File

@ -1,5 +1,5 @@
services:
node:
python:
image: python:${PYTHON_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app

View File

@ -1,5 +1,5 @@
services:
node:
python:
image: python:${PYTHON_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app

View File

@ -1,5 +1,5 @@
services:
node:
python:
image: python:${PYTHON_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app