Skip to content

Commit 4d62523

Browse files
Merge pull request #194 from NVIDIA-ISAAC-ROS/main
Sync `release-3.2` with `main`
2 parents 13bb061 + 8291362 commit 4d62523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ RUN python3 -m pip install -U \
155155
wheel
156156

157157
# Python3 PIP packages
158-
RUN python3 -m pip install \
158+
RUN python3 -m pip install -U \
159159
argcomplete \
160160
autopep8 \
161161
flake8 \
@@ -188,7 +188,7 @@ RUN python3 -m pip install \
188188
"yourdfpy>=0.0.53" \
189189
opentelemetry-api==1.28.1 \
190190
opentelemetry-sdk==1.28.1 \
191-
opentelemetry-exporter-otlp==1.28.1
191+
opentelemetry-exporter-otlp
192192

193193
# Add MQTT binaries and libraries
194194
RUN --mount=type=cache,target=/var/cache/apt \

0 commit comments

Comments
 (0)