add mongo observer

This commit is contained in:
piotr6789 2021-05-24 15:44:09 +02:00
parent 4efd9d9120
commit 0f549394c9

View File

@ -15,6 +15,7 @@ COPY ./init.py ./
COPY ./stats.py ./
COPY ./pytorch-example.py ./
COPY ./sacred-example-file.py ./
COPY ./sacred-example-mongo.py ./
RUN mkdir /.kaggle
RUN chmod -R 777 /.kaggle