Skip to content

Commit

Permalink
Update necessary-py.Dockerfile to pin the numpy version (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon authored Jul 2, 2024
1 parent c0d9e56 commit c34f001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/necessary-py.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get -y update \
COPY . /usr/local/gymnasium/
WORKDIR /usr/local/gymnasium/

RUN pip install --upgrade "numpy>=1.21,<2.0"
RUN pip install .[testing] --no-cache-dir

ENTRYPOINT ["/usr/local/gymnasium/bin/docker_entrypoint"]

0 comments on commit c34f001

Please sign in to comment.