first commit

This commit is contained in:
zcr
2026-02-05 10:04:29 +08:00
parent 99c4fad5aa
commit 56cd1e5b6e
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@@ -125,7 +125,6 @@ logs
seg_result/
seg_result
uwsgi
Dockerfile
.conf
app/logs

View File

@@ -10,10 +10,7 @@ COPY . /app
WORKDIR /app
# 更新索引并安装替代包
RUN apt-get update && apt-get install -y \
vim \
libgl1 \
libglib2.0-0 \
RUN apt-get update && apt-get install -y vim
RUN uv sync --frozen --no-cache