Skip to content

Commit

Permalink
tmp: try testpypi pkgs
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Jun 13, 2024
1 parent f7bb6a7 commit 52d8e3e
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 233 deletions.
6 changes: 3 additions & 3 deletions apps/numa-udfs/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ RUN apt-get update \

WORKDIR /app

COPY numalogic-0.11a0-py3-none-any.whl /app
COPY numalogic_registry-0.11a0-py3-none-any.whl /app
COPY numalogic_connectors-0.11a0-py3-none-any.whl /app
#COPY numalogic-0.11a0-py3-none-any.whl /app
#COPY numalogic_registry-0.11a0-py3-none-any.whl /app
#COPY numalogic_connectors-0.11a0-py3-none-any.whl /app

COPY poetry.lock pyproject.toml ./

Expand Down
6 changes: 3 additions & 3 deletions apps/numa-udfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN pip install --no-cache-dir poetry==$POETRY_VERSION

WORKDIR /app

COPY numalogic-0.11a0-py3-none-any.whl /app
COPY numalogic_registry-0.11a0-py3-none-any.whl /app
COPY numalogic_connectors-0.11a0-py3-none-any.whl /app
#COPY numalogic-0.11a0-py3-none-any.whl /app
#COPY numalogic_registry-0.11a0-py3-none-any.whl /app
#COPY numalogic_connectors-0.11a0-py3-none-any.whl /app

COPY poetry.lock pyproject.toml ./

Expand Down
Loading

0 comments on commit 52d8e3e

Please sign in to comment.