Update 'lab7/Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-05-05 20:54:59 +02:00
parent 5560dc0029
commit 75d849741e
1 changed files with 1 additions and 1 deletions

View File

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