Skip to content

Commit

Permalink
remove tmp change
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jun 27, 2022
1 parent 8b4c2af commit d0ef37c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/datahub-ingestion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ ARG RELEASE_VERSION
RUN cd /datahub-ingestion && \
sed -i.bak "s/__version__ = \"0.0.0.dev0\"/__version__ = \"$RELEASE_VERSION\"/" src/datahub/__init__.py && \
cat src/datahub/__init__.py && \
pip install ".[all]" && \
# tmp change to see diff between dependencies and what brings in what
pip install ".[all]" && \
pip freeze
pip install ".[all]"

FROM base as dev-install
# Dummy stage for development. Assumes code is built on your machine and mounted to this image.
Expand Down

0 comments on commit d0ef37c

Please sign in to comment.