update dockerfile

This commit is contained in:
Kamila 2022-06-02 22:05:25 +02:00
parent 5d87d63cf5
commit 3b282c027a
1 changed files with 1 additions and 1 deletions

View File

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