We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb513a commit 0a58aa2Copy full SHA for 0a58aa2
yolox_ros_cpp/docker/tensorrt/dockerfile
@@ -76,11 +76,11 @@ RUN apt update && \
76
rm -rf /var/lib/apt/lists/* && \
77
pip install -U pip && \
78
pip install catkin_pkg && \
79
- pip install empy && \
+ pip install empy==3.3.4 && \
80
pip install lark && \
81
python3 -m pip cache purge
82
83
COPY ./ros_entrypoint.sh /ros_entrypoint.sh
84
RUN echo "source /ros_entrypoint.sh" >> /root/.bashrc
85
# ENTRYPOINT ["/ros_entrypoint.sh"]
86
-CMD ["bash"]
+CMD ["bash"]
0 commit comments