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
|
http${GEN_CERT:+s}://localhost:8888${JUPYTERHUB_SERVICE_PREFIX:-/}api || exit 1
|
||||||
|
|
||||||
USER ${NB_UID}
|
USER ${NB_UID}
|
||||||
WORKDIR "${HOME}"
|
WORKDIR "${HOME}"
|
||||||
|
|
|
@ -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