Skip to content

Commit

Permalink
feat!: add --no-cache option and remove comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 committed Nov 15, 2023
1 parent 8e3ea91 commit d6e8db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/evaluation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ RUN bash -c ' \
rosdep install -y -r -i --from-paths src --ignore-src --rosdistro $ROS_DISTRO; \
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release'

#ENTRYPOINT []
#CMD ["bash", "/ws/main.bash"]
ENTRYPOINT []
CMD ["bash", "/ws/main.bash"]
2 changes: 1 addition & 1 deletion docker/evaluation/build_docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build -t aichallenge-eval .
docker build --no-cache -t aichallenge-eval .

0 comments on commit d6e8db2

Please sign in to comment.