first commit
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -125,7 +125,6 @@ logs
|
|||||||
seg_result/
|
seg_result/
|
||||||
seg_result
|
seg_result
|
||||||
uwsgi
|
uwsgi
|
||||||
Dockerfile
|
|
||||||
|
|
||||||
.conf
|
.conf
|
||||||
app/logs
|
app/logs
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user