Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add git pull command before building
  • Loading branch information
QueensGambit authored Sep 6, 2024
1 parent 6b43b32 commit 81aa7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/src/rl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ RUN apt-get update -y \
# Build CrazyAra executable with reinforcement learning support
# --------------------------------------------------------------
RUN cd /root/CrazyAra/engine \
&& git pull \
&& mkdir build \
&& cd build
RUN if [ "${FRAMEWORK}" = "pytorch" ]; then \
Expand Down

0 comments on commit 81aa7fd

Please sign in to comment.