Skip to content

Commit

Permalink
Remove pydoc-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Nov 19, 2023
1 parent 37cb1ab commit 2db1978
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions scripts/pip-package/Dockerfiles/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ RUN tar xzf ./actions-runner-linux-arm64-2.311.0.tar.gz
COPY --chown=runner:runner listener.sh listener.sh
RUN chmod +x listener.sh

# Install pydoc-markdown
RUN /opt/python/cp310-cp310/bin/python -m pip install --user pipx
RUN /opt/python/cp310-cp310/bin/python -m pipx ensurepath
RUN /opt/python/cp310-cp310/bin/python -m pipx install pydoc-markdown

ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/local/lib64:/usr/lib64
ENTRYPOINT ["./listener.sh"]
5 changes: 0 additions & 5 deletions scripts/pip-package/Dockerfiles/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,5 @@ RUN tar xzf ./actions-runner-linux-x64-2.311.0.tar.gz
COPY --chown=runner:runner listener.sh listener.sh
RUN chmod +x listener.sh

# Install pydoc-markdown
RUN /opt/python/cp310-cp310/bin/python -m pip install --user pipx
RUN /opt/python/cp310-cp310/bin/python -m pipx ensurepath
RUN /opt/python/cp310-cp310/bin/python -m pipx install pydoc-markdown

ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk
ENTRYPOINT ["./listener.sh"]

0 comments on commit 2db1978

Please sign in to comment.