Minor changes

master
Mark 2022-10-07 13:48:54 -07:00
parent 3e7bc08555
commit e42d845d5a
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 4 additions and 3 deletions

View File

@ -56,12 +56,12 @@ build_image false julia
#build_image false haskell (BROKEN) #build_image false haskell (BROKEN)
#build_image false sage (BROKEN) #build_image false sage (BROKEN)
#build_image false plugins build_image false plugins
#build_image false pymodules build_image false pymodules
# Rename final image # Rename final image
docker image tag betalupi/jupyter-inter-(math $img_idx) git.betalupi.com/mark/jupyter docker image tag betalupi/jupyter-inter-(math $img_idx) git.betalupi.com/mark/jupyter
docker image rm betalupi/jupyter-inter-(math $img_idx) docker image rm betalupi/jupyter-inter-(math $img_idx)
echo "" echo ""
date "+Build finished at %Y-%m-%d %T" date "+Build finished at %Y-%m-%d %T"

View File

@ -40,6 +40,7 @@ RUN mamba install --yes \
"widgetsnbextension" \ "widgetsnbextension" \
"xlrd" \ "xlrd" \
"tensorflow" \ "tensorflow" \
"pytest" \
&& \ && \
# Cleanup # Cleanup
mamba clean --all -f -y && \ mamba clean --all -f -y && \