Skip to content

Commit

Permalink
Iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Derbasov <[email protected]>
  • Loading branch information
ntfshard committed Oct 10, 2024
1 parent 4e308d1 commit 15088de
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
.vscode
build
build_*

1 change: 0 additions & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ RUN scripts/enable_stable.sh

COPY docker/scripts/install_common_deps.sh scripts/install_common_deps.sh
RUN scripts/install_common_deps.sh

2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use the Gazebo code found in the current source tree.

1. [Install Docker](#Install-Docker)

You need at least 10Gb or free space on a hard drive.
You need at least 10GB or free space on a hard drive.

1. *Optional:* [Install NVidia Docker](#Install-Nvidia-Docker)

Expand Down
1 change: 0 additions & 1 deletion docker/scripts/install_common_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ sudo apt-get install --no-install-recommends -y \

sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*

0 comments on commit 15088de

Please sign in to comment.