jupyter/Program/ansible/Dockerfile
2024-10-08 23:38:05 +08:00

6 lines
141 B
Docker

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