From bb9841bae0cc0736761e6a78273f55aa1dd085fe Mon Sep 17 00:00:00 2001 From: DominicJamesWhite Date: Fri, 11 Apr 2025 14:20:04 +0200 Subject: [PATCH] Change image used to get canyon-cli --- .github/workflows/app.yml | 2 +- Dockerfile | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index d82ed7679..7e74cf045 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -57,7 +57,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: "yarn" + cache: 'yarn' - name: install Rust stable uses: dtolnay/rust-toolchain@stable with: diff --git a/Dockerfile b/Dockerfile index 3334eaf14..61e4dae4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,7 +72,7 @@ CMD echo "Listing contents of /app/app/mcp before starting server:" && \ if [ "$CANYON_ARCH" = "x86_64" ]; then CANYON_ARCH="amd64"; \ elif [ "$CANYON_ARCH" = "aarch64" ]; then CANYON_ARCH="arm64"; fi && \ CANYON_FILENAME="canyon-cli_${CANYON_VERSION#v}_linux_${CANYON_ARCH}.tar.gz" && \ - CANYON_URL="https://github.com/humanitec/canyon-cli/releases/download/${CANYON_VERSION}/${CANYON_FILENAME}" && \ + CANYON_URL="https://github.com/DominicJamesWhite/canyon-cli-cloud/releases/download/${CANYON_VERSION}/${CANYON_FILENAME}" && \ echo "Downloading canyon-cli version ${CANYON_VERSION} for architecture ${CANYON_ARCH} from ${CANYON_URL}" && \ mkdir -p /app/bin && \ curl -fSL "$CANYON_URL" -o /tmp/canyon.tar.gz && \ diff --git a/README.md b/README.md index f1a075269..db21377b4 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ This is a lightly-reskinned version of NextChat. It downloads and runs the latest humctl and canyon-cli when the container starts. It takes as environment variables a HUMANITEC_TOKEN, a GOOGLE_API_KEY, ENABLE_MCP (set this to "TRUE" otherwise the MCP server won't start) and a DEFAULT_MODEL (works with "gemini-2.5-pro-preview-03-25"). + +Also running on GCP.