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