Skip to content

Commit 81aa7fd

Browse files
authored
Update Dockerfile
Add git pull command before building
1 parent 6b43b32 commit 81aa7fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/src/rl/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ RUN apt-get update -y \
123123
# Build CrazyAra executable with reinforcement learning support
124124
# --------------------------------------------------------------
125125
RUN cd /root/CrazyAra/engine \
126+
&& git pull \
126127
&& mkdir build \
127128
&& cd build
128129
RUN if [ "${FRAMEWORK}" = "pytorch" ]; then \

0 commit comments

Comments
 (0)