Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Update setuptools version in Dockerfile.base (#482)
Browse files Browse the repository at this point in the history
Solves vizdoom installation failure
  • Loading branch information
guyjacob authored May 9, 2021
1 parent ba20396 commit c369984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN ln -s /usr/bin/python3.6 /usr/bin/python3
# Install Pip Requirements #
############################
RUN pip3 install --upgrade pip
RUN pip3 install setuptools==39.1.0 && pip3 install pytest && pip3 install pytest-xdist
RUN pip3 install setuptools==56.1.0 && pip3 install pytest && pip3 install pytest-xdist

RUN curl -o /usr/local/bin/patchelf https://s3-us-west-2.amazonaws.com/openai-sci-artifacts/manual-builds/patchelf_0.9_amd64.elf \
&& chmod +x /usr/local/bin/patchelf

0 comments on commit c369984

Please sign in to comment.