6 lines
134 B
Docker
6 lines
134 B
Docker
FROM eoelab.org:1027/eoeair/jupyter:py-c
|
|
|
|
RUN pip install agda_kernel && \
|
|
python -m agda_kernel.install && \
|
|
pip cache purge
|