ci: fresh trigger after Gitea restart
Deploy Dashboard (Dev) / Backend Tests (push) Successful in 1m16s
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Has been cancelled
Deploy Dashboard (Dev) / Build Dev Image (push) Failing after 11m48s
Deploy Dashboard (Dev) / Frontend Tests (push) Failing after 13m30s
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been skipped
Deploy Dashboard (Dev) / Backend Tests (push) Successful in 1m16s
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Has been cancelled
Deploy Dashboard (Dev) / Build Dev Image (push) Failing after 11m48s
Deploy Dashboard (Dev) / Frontend Tests (push) Failing after 13m30s
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been skipped
This commit is contained in:
@@ -5,6 +5,10 @@ WORKDIR /repos/nas-tools
|
|||||||
COPY required-tools.txt /opt/claude-dev/required-tools.txt
|
COPY required-tools.txt /opt/claude-dev/required-tools.txt
|
||||||
COPY scripts /opt/claude-dev/scripts
|
COPY scripts /opt/claude-dev/scripts
|
||||||
|
|
||||||
|
# LiteLLM translation proxy config
|
||||||
|
COPY config/litellm.yaml /etc/claude-dev/litellm.yaml
|
||||||
|
COPY scripts/start-litellm.sh /opt/claude-dev/scripts/start-litellm.sh
|
||||||
|
|
||||||
RUN chmod +x /opt/claude-dev/scripts/*.sh
|
RUN chmod +x /opt/claude-dev/scripts/*.sh
|
||||||
|
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
||||||
|
|||||||
@@ -14,13 +14,16 @@ RUN apt-get update \
|
|||||||
make \
|
make \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
python3-venv \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
rsync \
|
rsync \
|
||||||
tmux \
|
tmux \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
zip \
|
zip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
&& pip3 install --break-system-packages --no-cache-dir "litellm[proxy]" -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
|
|
||||||
RUN ln -sf /usr/bin/fdfind /usr/local/bin/fd
|
RUN ln -sf /usr/bin/fdfind /usr/local/bin/fd
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ NAS management dashboard with Torrent client integration, CI/CD deployed on Orac
|
|||||||
Trigger CI: 2026-06-07
|
Trigger CI: 2026-06-07
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user