Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiionutdamian committed Feb 29, 2024
1 parent 1377456 commit af26b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions labs/py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ FROM python:3.11-slim

WORKDIR /test_app


RUN pip install numpy kmonitor


ADD test_package.py .

CMD python test_package.py
Expand Down
2 changes: 1 addition & 1 deletion labs/py/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from kmonitor import KubeMonitor, safe_jsonify

if __name__ == '__main__':
print("Test version 0.1.1", flush=True)
print("Test version 0.1.2", flush=True)
km = KubeMonitor()

apps = ['emqx', 'nvidia', 'basic-test']
Expand Down

0 comments on commit af26b62

Please sign in to comment.