diff --git a/.gitignore b/.gitignore index 55ddb12..c395f97 100644 --- a/.gitignore +++ b/.gitignore @@ -125,7 +125,6 @@ logs seg_result/ seg_result uwsgi -Dockerfile .conf app/logs diff --git a/Dockerfile b/Dockerfile index 6e2f6dd..66f1acf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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