Skip to content

Commit

Permalink
fix: Fix convertbot pythonpath for unoconv
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Jan 24, 2024
1 parent 7ebde83 commit 20d1471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/convertbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN rm -rf /var/lib/apt/lists/*
# Setup python virtual environment (requires python3.11-venv)
RUN python3 -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
ENV PYTHONPATH="/usr/lib/python3/dist-packages/:$PYTHONPATH"

RUN pip3 install nbconvert

Expand Down

0 comments on commit 20d1471

Please sign in to comment.