fix(docker): optimize pip install command in Dockerfile
This commit is contained in:
@@ -11,7 +11,7 @@ WORKDIR /run
|
||||
|
||||
RUN mkdir -p /.local && \
|
||||
chmod -R 777 /.local && \
|
||||
pip install -U pip uv==0.9.21
|
||||
pip install --no-cache-dir -U pip uv==0.9.21
|
||||
|
||||
COPY pyproject.toml /run/pyproject.toml
|
||||
COPY uv.lock /run/uv.lock
|
||||
|
||||
Reference in New Issue
Block a user