Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add library to interact with kubernetes #123

Merged
merged 22 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update requirements
  • Loading branch information
fmirus committed Aug 1, 2024
commit 32b6786e1da0fff7cee0128afc4abfa7093688ad
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN chmod +x /ros_entrypoint.sh
RUN --mount=type=bind,target=/tmp_setup export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
xargs -a /tmp_setup/deb_requirements.txt apt-get install -y --no-install-recommends && \
xargs -a /tmp_setup/libs/scenario_execution_kubernetes/deb_requirements.txt apt-get install -y --no-install-recommends && \
rosdep update --rosdistro="${ROS_DISTRO}" && \
for d in /tmp_setup/*; do \
[[ ! -d "$d" ]] && continue; \
Expand Down
2 changes: 0 additions & 2 deletions deb_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
python3-autopep8
clang-format
pylint
python3-antlr4
python3-kubernetes
1 change: 1 addition & 0 deletions libs/scenario_execution_kubernetes/deb_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-kubernetes