Update 'lab7/Dockerfile'
s449288-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
Kacper Dudzic 2022-05-05 20:31:37 +02:00
parent 6e26711f3f
commit 263a76ef98
1 changed files with 2 additions and 2 deletions

View File

@ -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 ./