Skip to content

Commit e9f5490

Browse files
authored
Merge pull request #362 from stereolabs/fix_pypi_url_docker
Fixing pypi URL L4T docker
2 parents 1badf2f + a7244b0 commit e9f5490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.l4t-humble

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ARG POINTCLOUD_TRANSPORT_VERSION=1.0.18
2828
ARG POINTCLOUD_TRANSPORT_PLUGINS_VERSION=1.0.11
2929
ARG RMW_CYCLONEDDS_VERSION=1.3.4
3030
ARG BACKWARD_ROS_VERSION=1.0.7
31+
ENV PYPI_URL=https://pypi.jetson-ai-lab.io/jp6/cu126
3132

3233

3334
ENV DEBIAN_FRONTEND=noninteractive
@@ -60,6 +61,7 @@ RUN echo "# R${L4T_MAJOR} (release), REVISION: ${L4T_MINOR}" > /etc/nv_tegra_rel
6061
apt-get install -y --no-install-recommends zstd wget less cmake curl gnupg2 \
6162
build-essential python3 python3-pip python3-dev python3-setuptools libusb-1.0-0-dev \
6263
libgeographic-dev libdraco-dev zlib1g-dev -y && \
64+
export PIP_INDEX_URL="${PYPI_URL}" && \
6365
pip install protobuf && \
6466
wget -q --no-check-certificate -O ZED_SDK_Linux_JP.run \
6567
${ZED_SDK_URL} && \

0 commit comments

Comments
 (0)