Skip to content

Commit 0a58aa2

Browse files
authored
Update dockerfile
1 parent ccb513a commit 0a58aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yolox_ros_cpp/docker/tensorrt/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ RUN apt update && \
7676
rm -rf /var/lib/apt/lists/* && \
7777
pip install -U pip && \
7878
pip install catkin_pkg && \
79-
pip install empy && \
79+
pip install empy==3.3.4 && \
8080
pip install lark && \
8181
python3 -m pip cache purge
8282

8383
COPY ./ros_entrypoint.sh /ros_entrypoint.sh
8484
RUN echo "source /ros_entrypoint.sh" >> /root/.bashrc
8585
# ENTRYPOINT ["/ros_entrypoint.sh"]
86-
CMD ["bash"]
86+
CMD ["bash"]

0 commit comments

Comments
 (0)