Skip to content

Commit

Permalink
Update GRF to 2.7 (Kaggle#106)
Browse files Browse the repository at this point in the history
* Update GRF to 2.7

* Update gpu.Dockerfile
  • Loading branch information
qstanczyk authored Oct 14, 2020
1 parent 1c4dd77 commit 5b5b453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN rm -r /opt/conda/lib/cmake/Boost-1.72.0
RUN apt-get update
RUN apt-get -y install libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-image-dev
RUN cd /tmp && \
git clone --single-branch --branch v2.6 https://github.com/google-research/football.git && \
git clone --single-branch --branch v2.7 https://github.com/google-research/football.git && \
cd football && \
sed -i 's/copy2/move/g' gfootball/env/observation_processor.py && \
sed -i 's/os\.remove/# os.remove/g' gfootball/env/observation_processor.py && \
Expand Down
2 changes: 1 addition & 1 deletion docker/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y install libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-image-dev xorg
RUN cd /tmp && \
git clone --single-branch --branch v2.6 https://github.com/google-research/football.git && \
git clone --single-branch --branch v2.7 https://github.com/google-research/football.git && \
cd football && \
sed -i 's/copy2/move/g' gfootball/env/observation_processor.py && \
sed -i 's/os\.remove/# os.remove/g' gfootball/env/observation_processor.py && \
Expand Down

0 comments on commit 5b5b453

Please sign in to comment.