Minor changes
parent
3e7bc08555
commit
e42d845d5a
|
@ -56,12 +56,12 @@ build_image false julia
|
|||
#build_image false haskell (BROKEN)
|
||||
#build_image false sage (BROKEN)
|
||||
|
||||
#build_image false plugins
|
||||
#build_image false pymodules
|
||||
build_image false plugins
|
||||
build_image false pymodules
|
||||
|
||||
# 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)
|
||||
|
||||
echo ""
|
||||
date "+Build finished at %Y-%m-%d %T"
|
||||
date "+Build finished at %Y-%m-%d %T"
|
||||
|
|
|
@ -40,6 +40,7 @@ RUN mamba install --yes \
|
|||
"widgetsnbextension" \
|
||||
"xlrd" \
|
||||
"tensorflow" \
|
||||
"pytest" \
|
||||
&& \
|
||||
# Cleanup
|
||||
mamba clean --all -f -y && \
|
||||
|
|
Loading…
Reference in New Issue