Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ENV AUTOWARE_MSG_PKG="/ros_workspace/install/setup.bash"
ENV ROS_PKG="/opt/ros/${ROS_DISTRO}/setup.bash"

# install pip requirements and carla
# NETWORKX has issues with collections.abc
# switch to different versions (python 3.9+)
RUN python3 -m pip install -r requirements.txt && \
mv docker/PythonAPI.tar ./ && \
tar -xvf PythonAPI.tar && \
Expand Down
Loading
Loading