From 8c9893c2b6ee0dc86ebc02130aeacd0337bb6509 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Tue, 25 Feb 2025 14:50:54 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aupdate=20app=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotnet/6.0/docker-compose.yml | 2 +- dotnet/8.0/docker-compose.yml | 2 +- dotnet/9.0/docker-compose.yml | 2 +- ollama/data.yml | 5 ++--- python/3.10.15/docker-compose.yml | 2 +- python/3.11.10/docker-compose.yml | 2 +- python/3.12.7/docker-compose.yml | 2 +- python/3.13.0/docker-compose.yml | 2 +- 8 files changed, 9 insertions(+), 10 deletions(-) diff --git a/dotnet/6.0/docker-compose.yml b/dotnet/6.0/docker-compose.yml index 6564af3d8..d6c854275 100644 --- a/dotnet/6.0/docker-compose.yml +++ b/dotnet/6.0/docker-compose.yml @@ -1,5 +1,5 @@ services: - java: + dotnet: image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION} container_name: ${CONTAINER_NAME} working_dir: /app diff --git a/dotnet/8.0/docker-compose.yml b/dotnet/8.0/docker-compose.yml index 6564af3d8..d6c854275 100644 --- a/dotnet/8.0/docker-compose.yml +++ b/dotnet/8.0/docker-compose.yml @@ -1,5 +1,5 @@ services: - java: + dotnet: image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION} container_name: ${CONTAINER_NAME} working_dir: /app diff --git a/dotnet/9.0/docker-compose.yml b/dotnet/9.0/docker-compose.yml index 6564af3d8..d6c854275 100644 --- a/dotnet/9.0/docker-compose.yml +++ b/dotnet/9.0/docker-compose.yml @@ -1,5 +1,5 @@ services: - java: + dotnet: image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION} container_name: ${CONTAINER_NAME} working_dir: /app diff --git a/ollama/data.yml b/ollama/data.yml index 2e4ef6e83..b3865d759 100644 --- a/ollama/data.yml +++ b/ollama/data.yml @@ -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 \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/python/3.10.15/docker-compose.yml b/python/3.10.15/docker-compose.yml index 5b18082f8..fe159d085 100644 --- a/python/3.10.15/docker-compose.yml +++ b/python/3.10.15/docker-compose.yml @@ -1,5 +1,5 @@ services: - node: + python: image: python:${PYTHON_VERSION} container_name: ${CONTAINER_NAME} working_dir: /app diff --git a/python/3.11.10/docker-compose.yml b/python/3.11.10/docker-compose.yml index 5b18082f8..fe159d085 100644 --- a/python/3.11.10/docker-compose.yml +++ b/python/3.11.10/docker-compose.yml @@ -1,5 +1,5 @@ services: - node: + python: image: python:${PYTHON_VERSION} container_name: ${CONTAINER_NAME} working_dir: /app diff --git a/python/3.12.7/docker-compose.yml b/python/3.12.7/docker-compose.yml index 5b18082f8..fe159d085 100644 --- a/python/3.12.7/docker-compose.yml +++ b/python/3.12.7/docker-compose.yml @@ -1,5 +1,5 @@ services: - node: + python: image: python:${PYTHON_VERSION} container_name: ${CONTAINER_NAME} working_dir: /app diff --git a/python/3.13.0/docker-compose.yml b/python/3.13.0/docker-compose.yml index 5b18082f8..fe159d085 100644 --- a/python/3.13.0/docker-compose.yml +++ b/python/3.13.0/docker-compose.yml @@ -1,5 +1,5 @@ services: - node: + python: image: python:${PYTHON_VERSION} container_name: ${CONTAINER_NAME} working_dir: /app