Removed manim from build

master
Mark 2022-11-03 11:01:06 -07:00
parent 7e202aae3a
commit b81253c1e6
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 3 additions and 3 deletions

View File

@ -197,4 +197,4 @@ HEALTHCHECK --interval=15s --timeout=3s --start-period=5s --retries=3 \
http${GEN_CERT:+s}://localhost:8888${JUPYTERHUB_SERVICE_PREFIX:-/}api || exit 1 http${GEN_CERT:+s}://localhost:8888${JUPYTERHUB_SERVICE_PREFIX:-/}api || exit 1
USER ${NB_UID} USER ${NB_UID}
WORKDIR "${HOME}" WORKDIR "${HOME}"

View File

@ -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