Skip to content

Commit

Permalink
build: revert non intentional changes to Dockerfile.sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Nov 8, 2024
1 parent 5c020a6 commit 9beecd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/Dockerfile.sphinx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN ( curl -sSL https://install.python-poetry.org | python3 - ) && \
/root/.local/bin/poetry self add poetry-plugin-export && \
/root/.local/bin/poetry export --output requirements.txt
# install those dependencies
#RUN pip install -U pip && pip install -r requirements.txt
RUN pip install -U pip && pip install -r requirements.txt
# install some useful plugin for sphinx
#RUN pip install autodoc_pydantic sphinxcontrib-typer
#USER user
RUN pip install autodoc_pydantic sphinxcontrib-typer
USER user


0 comments on commit 9beecd1

Please sign in to comment.