fix(kubernetes): add kubernetes requirements
This commit is contained in:
parent
977b5bca85
commit
3bd3f23482
2 changed files with 16 additions and 2 deletions
|
@ -9,6 +9,8 @@ ENV PYTHONUNBUFFERED=1 \
|
|||
# As the k8s Python client does not yet support k8s 1.32, the updated client has been temporarily moved to the repo.
|
||||
# So the installation is currently not needed.
|
||||
# RUN pip install kubernetes
|
||||
# COPY main.py /
|
||||
|
||||
COPY main.py /
|
||||
CMD python /main.py
|
||||
RUN pip install -r kubernetes/requirements.txt
|
||||
|
||||
CMD python main.py
|
||||
|
|
Reference in a new issue