There was an error while loading. Please reload this page.
1 parent 1132941 commit 3fd610cCopy full SHA for 3fd610c
1 file changed
docker/Dockerfile.olbase
@@ -71,6 +71,8 @@ COPY --chown=openlibrary:openlibrary requirements*.txt ./
71
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
72
# This is needed so we install packages into the system python instead of needing venv
73
ENV UV_SYSTEM_PYTHON=1
74
+# Util to make scripts like copydocs work without needing to manually specify PYTHONPATH
75
+ENV PYTHONPATH=/openlibrary
76
USER root
77
RUN uv pip install --upgrade wheel
78
RUN uv pip install -r requirements.txt
0 commit comments