File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,6 @@ ARG TARGETPLATFORM
8080ARG INSTALL_KV_CONNECTORS=false
8181ENV DEBIAN_FRONTEND=noninteractive
8282
83- ARG DEADSNAKES_MIRROR_URL
84- ARG DEADSNAKES_GPGKEY_URL
8583ARG GET_PIP_URL
8684
8785# Install system dependencies and uv, then create Python virtual environment
@@ -90,8 +88,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
9088 && apt-get update -y \
9189 && apt-get install -y ccache software-properties-common git curl sudo python3-pip \
9290 && curl -LsSf https://astral.sh/uv/install.sh | sh \
93- && export PATH="$HOME/.local/bin:$PATH" \
94- && uv venv /opt/venv --python ${PYTHON_VERSION} \
91+ && $HOME/.local/bin/uv venv /opt/venv --python ${PYTHON_VERSION} \
9592 && rm -f /usr/bin/python3 /usr/bin/python3-config /usr/bin/pip \
9693 && ln -s /opt/venv/bin/python3 /usr/bin/python3 \
9794 && ln -s /opt/venv/bin/python3-config /usr/bin/python3-config \
You can’t perform that action at this time.
0 commit comments