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

This commit is contained in:
Kacper Dudzic 2022-05-05 20:48:55 +02:00
parent 89c0c8c9c5
commit 5560dc0029

View File

@ -13,6 +13,6 @@ RUN pip3 install keras
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install pymongo RUN pip3 install pymongo
COPY ./lab7/simple_regression.py ./ COPY /lab7/simple_regression.py ./
COPY ./evaluate.py ./ COPY ./evaluate.py ./
COPY ./plot.py ./ COPY ./plot.py ./