1
0

Cleand up the data collection

This commit is contained in:
Philipp Horstenkamp
2022-07-12 20:04:34 +02:00
parent 994f1c8859
commit b1c152179a
5 changed files with 4 additions and 7 deletions

View File

@ -9,7 +9,7 @@ RUN apt install graphviz -yqq
# Install additinal requirements
RUN pip3 install jupyter tensorflow tensorboard keras-tuner black[jupyter] mapply humanize jupyter-resource-usage
RUN pip3 install tensorflow-addons
RUN pip3 install tensorflow-addons pydot pydotplus
RUN pip install jupyter_contrib_nbextensions
RUN jupyter contrib nbextension install --sys-prefix
RUN jupyter nbextension enable scratchpad/main --sys-prefix