fix: accelerate staging Python installs
Deploy staging to test server / deploy (push) Has been cancelled
Deploy staging to test server / deploy (push) Has been cancelled
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
FROM m.daocloud.io/docker.io/library/python:3.12-slim
|
||||
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
PIP_NO_CACHE_DIR=1
|
||||
PIP_NO_CACHE_DIR=1 \
|
||||
PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/ \
|
||||
PIP_DEFAULT_TIMEOUT=60
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt ./
|
||||
|
||||
Reference in New Issue
Block a user