Skip to content

Commit

Permalink
Merge pull request #16 from NREL/update_client_ref
Browse files Browse the repository at this point in the history
Update to Alfalfa-client version 0.7.0
  • Loading branch information
TShapinsky committed Jun 28, 2024
2 parents 4da0479 + e56f799 commit 8d728f8
Show file tree
Hide file tree
Showing 3 changed files with 640 additions and 677 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY poetry.lock .
COPY pyproject.toml .

RUN ln -sf /usr/bin/python3 /usr/bin/python \
&& pip3 install poetry==1.3.2 \
&& pip3 install poetry==1.8.3 \
&& poetry install --no-root --only main

COPY alfalfa_bacnet_bridge alfalfa_bacnet_bridge
Expand All @@ -25,4 +25,4 @@ FROM base AS cli

COPY cli/cli_setup.py .

CMD poetry run python -i cli_setup.py
CMD poetry run python -i cli_setup.py
Loading

0 comments on commit 8d728f8

Please sign in to comment.