update dockerfile

This commit is contained in:
Kamila 2022-06-02 22:01:03 +02:00
parent 1cd796d070
commit 5d87d63cf5

View File

@ -19,6 +19,7 @@ RUN pip3 install pymongo
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install mlflow RUN pip3 install mlflow
RUN pip3 install torch RUN pip3 install torch
RUN pip3 install dvc
CMD python3 data_expl.py CMD python3 data_expl.py
CMD python3 nn_train.py CMD python3 nn_train.py