Added manim module

This commit is contained in:
2022-10-09 21:02:49 -07:00
parent e42d845d5a
commit 67b30b37cb
5 changed files with 49 additions and 8 deletions

View File

@ -2,7 +2,7 @@ ARG BASE_CONTAINER=betalupi/jupyter-base
FROM $BASE_CONTAINER
LABEL maintainer="Mark <mark@betalupi.com>"
USER ${NB_UID}
USER $NB_UID
RUN mamba install --yes \
# Python packages
@ -41,6 +41,7 @@ RUN mamba install --yes \
"xlrd" \
"tensorflow" \
"pytest" \
"ipython" \
&& \
# Cleanup
mamba clean --all -f -y && \