Removed manim from build
parent
7e202aae3a
commit
b81253c1e6
|
@ -45,7 +45,7 @@ echo ""
|
||||||
printf "Building base image...\n"
|
printf "Building base image...\n"
|
||||||
docker build \
|
docker build \
|
||||||
--quiet=$is_quiet \
|
--quiet=$is_quiet \
|
||||||
--build-arg PYTHON_VERSION=3.9 \
|
--build-arg PYTHON_VERSION=3.10 \
|
||||||
-t betalupi/jupyter-inter-0 \
|
-t betalupi/jupyter-inter-0 \
|
||||||
$root_dir/base
|
$root_dir/base
|
||||||
printf "Done. \n\n"
|
printf "Done. \n\n"
|
||||||
|
@ -62,7 +62,7 @@ build_image false pymodules
|
||||||
|
|
||||||
# Manim will not install under python 3.10.
|
# Manim will not install under python 3.10.
|
||||||
# 3.9 works (see arguments for base above)
|
# 3.9 works (see arguments for base above)
|
||||||
build_image false manim
|
#build_image false manim
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue