Skip to content

Commit

Permalink
Add importlib_metadata forced install in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
giogix2 committed Dec 2, 2024
1 parent f68f2a3 commit 28519cb
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 28519cb

Please sign in to comment.