Added manim module
This commit is contained in:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user