jupyter/Program/ansible/Dockerfile

6 lines
141 B
Docker
Raw Normal View History

2024-10-02 12:11:34 +08:00
FROM eoelab.org:1027/ben0i0d/jupyter:py-c
RUN pip install ansible-kernel && \
2024-10-06 01:11:03 +08:00
python -m ansible_kernel.install && \
pip cache purge