diff --git a/engine/src/rl/Dockerfile b/engine/src/rl/Dockerfile index bcbcd6fe..d4dc56fd 100644 --- a/engine/src/rl/Dockerfile +++ b/engine/src/rl/Dockerfile @@ -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 \