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/
seg_result seg_result
uwsgi uwsgi
Dockerfile
.conf .conf
app/logs app/logs

View File

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