Added manim module
This commit is contained in:
@@ -45,20 +45,27 @@ echo ""
|
||||
printf "Building base image...\n"
|
||||
docker build \
|
||||
--quiet=$is_quiet \
|
||||
--build-arg PYTHON_VERSION=3.9 \
|
||||
-t betalupi/jupyter-inter-0 \
|
||||
$root_dir/base
|
||||
printf "Done. \n\n"
|
||||
|
||||
|
||||
|
||||
build_image false octave
|
||||
build_image false r
|
||||
build_image false julia
|
||||
#build_image false haskell (BROKEN)
|
||||
#build_image false sage (BROKEN)
|
||||
|
||||
build_image false plugins
|
||||
build_image false pymodules
|
||||
|
||||
# Manim will not install under python 3.10.
|
||||
# 3.9 works (see arguments for base above)
|
||||
build_image false manim
|
||||
|
||||
|
||||
|
||||
# Rename final image
|
||||
docker image tag betalupi/jupyter-inter-(math $img_idx) git.betalupi.com/mark/jupyter
|
||||
docker image rm betalupi/jupyter-inter-(math $img_idx)
|
||||
|
||||
Reference in New Issue
Block a user