We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a89f60 commit 858a54eCopy full SHA for 858a54e
docker/datahub-ingestion-base/Dockerfile
@@ -63,7 +63,7 @@ COPY ./docker/datahub-ingestion-base/base-requirements.txt requirements.txt
63
COPY ./docker/datahub-ingestion-base/entrypoint.sh /entrypoint.sh
64
65
USER datahub
66
-ENV VIRTUAL_ENV=/.venv
+ENV VIRTUAL_ENV=/datahub-ingestion/.venv
67
ENV PATH="${VIRTUAL_ENV}/bin:$PATH"
68
RUN python3 -m venv $VIRTUAL_ENV && \
69
uv pip install --no-cache -r requirements.txt && \
0 commit comments