1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

Update setuptools version in Dockerfile.base (#482)

Solves vizdoom installation failure
This commit is contained in:
Guy Jacob
2021-05-09 09:34:33 +03:00
committed by GitHub
parent ba20396f63
commit c369984c2e

View File

@@ -43,7 +43,7 @@ RUN ln -s /usr/bin/python3.6 /usr/bin/python3
# Install Pip Requirements # # Install Pip Requirements #
############################ ############################
RUN pip3 install --upgrade pip 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 \ 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 && chmod +x /usr/local/bin/patchelf