Skip to content

Commit

Permalink
Merge pull request #1294 from giogix2:fix_python_requirements_issue_i…
Browse files Browse the repository at this point in the history
…n_dockerfile

PiperOrigin-RevId: 704264292
Change-Id: Ida6c6537158ae280ffa37dad1111e3a77a203541
  • Loading branch information
lanctot committed Dec 16, 2024
2 parents 7c1db4f + 5d17a01 commit 7744a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ COPY . .
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
RUN ./install.sh
RUN pip3 install --upgrade setuptools testresources
# Line below is a workaround for the issue https://github.com/google-deepmind/open_spiel/issues/1293
RUN pip install importlib_metadata --force-reinstall
RUN pip3 install --upgrade -r requirements.txt
RUN pip3 install --upgrade cmake

Expand Down

0 comments on commit 7744a2c

Please sign in to comment.