jupyter/Program/ansible/Dockerfile
2025-02-20 21:41:34 +08:00

6 lines
140 B
Docker

FROM eoelab.org:1027/eoeair/jupyter:py-c
RUN pip install ansible-kernel && \
python -m ansible_kernel.install && \
pip cache purge