Minor changes

This commit is contained in:
2022-10-07 13:48:54 -07:00
parent 3e7bc08555
commit e42d845d5a
2 changed files with 4 additions and 3 deletions

View File

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