Skip to content

Commit 159b581

Browse files
committed
update
Signed-off-by: Tyler Michael Smith <[email protected]>
1 parent 559304c commit 159b581

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ ARG TARGETPLATFORM
8080
ARG INSTALL_KV_CONNECTORS=false
8181
ENV DEBIAN_FRONTEND=noninteractive
8282

83-
ARG DEADSNAKES_MIRROR_URL
84-
ARG DEADSNAKES_GPGKEY_URL
8583
ARG 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 \

0 commit comments

Comments
 (0)