change Dockerfile

pull/18407/head
lska367 1 year ago committed by GitHub
parent 166b8cd443
commit ead0e6a04c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@ ENV UV_VERSION=0.6.14
# RUN python -m pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade pip # RUN python -m pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade pip
# RUN pip install --no-cache-dir uv==${UV_VERSION} -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple # RUN pip install --no-cache-dir uv==${UV_VERSION} -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
pip install --no-cache-dir uv=${UV_VERSION} RUN pip install --no-cache-dir uv=${UV_VERSION}
# if you meet some error about apt,you can try to use sources.list config apt images # if you meet some error about apt,you can try to use sources.list config apt images
# RUN rm -rf /etc/apt/source* # RUN rm -rf /etc/apt/source*

Loading…
Cancel
Save