Skip to content

Commit

Permalink
fix: dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Jun 13, 2024
1 parent 52d8e3e commit 0d59672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions apps/numa-udfs/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ WORKDIR /app
#COPY numalogic_connectors-0.11a0-py3-none-any.whl /app

COPY poetry.lock pyproject.toml ./

RUN poetry install --with dev \
&& rm -rf $POETRY_CACHE_DIR \
&& pip cache purge \
&& apt-get purge -y --auto-remove build-essential
RUN poetry install --with dev

####################################################################################################
# runtime: used for running the udf vertices
Expand Down
3 changes: 1 addition & 2 deletions apps/numa-udfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ COPY poetry.lock pyproject.toml ./

RUN poetry install --without dev --no-root \
&& rm -rf $POETRY_CACHE_DIR \
&& pip cache purge \
&& apt-get purge -y --auto-remove build-essential
&& pip cache purge

####################################################################################################
# runtime: used for running the udf vertices
Expand Down

0 comments on commit 0d59672

Please sign in to comment.