From 263a76ef987c84522db1a9795ce2da1d8b94b90e Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Thu, 5 May 2022 20:31:37 +0200 Subject: [PATCH] Update 'lab7/Dockerfile' --- lab7/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lab7/Dockerfile b/lab7/Dockerfile index f134af4..9aac026 100644 --- a/lab7/Dockerfile +++ b/lab7/Dockerfile @@ -10,8 +10,8 @@ RUN pip3 install sklearn RUN pip3 install tensorflow RUN pip3 install matplotlib RUN pip3 install keras -run pip3 install sacred -run pip3 install pymongo +RUN pip3 install sacred +RUN pip3 install pymongo COPY ./lab7/simple_regression.py ./ COPY ./evaluate.py ./