Skip to content

Commit

Permalink
fix: install pytorch-lightning in docker (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 authored Jan 17, 2023
1 parent 48612fa commit a37d581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ WORKDIR $PYSETUP_PATH
COPY ./pyproject.toml ./poetry.lock ./
RUN poetry install --no-cache --no-root && \
poetry run pip install --no-cache torch --extra-index-url https://download.pytorch.org/whl/cpu && \
poetry run pip install pytorch-lightning && \
rm -rf ~/.cache/pypoetry/

ADD . /app
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "numalogic-prometheus"
version = "0.1.0a0"
version = "0.1.0a1"
description = "ML inference on numaflow using numalogic on Prometheus metrics"
authors = ["Numalogic developers"]
packages = [{ include = "numaprom" }]
Expand Down

0 comments on commit a37d581

Please sign in to comment.