Skip to content

Commit 858a54e

Browse files
committed
move venv
1 parent 0a89f60 commit 858a54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/datahub-ingestion-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ COPY ./docker/datahub-ingestion-base/base-requirements.txt requirements.txt
6363
COPY ./docker/datahub-ingestion-base/entrypoint.sh /entrypoint.sh
6464

6565
USER datahub
66-
ENV VIRTUAL_ENV=/.venv
66+
ENV VIRTUAL_ENV=/datahub-ingestion/.venv
6767
ENV PATH="${VIRTUAL_ENV}/bin:$PATH"
6868
RUN python3 -m venv $VIRTUAL_ENV && \
6969
uv pip install --no-cache -r requirements.txt && \

0 commit comments

Comments
 (0)