This commit is contained in:
Jakub Henyk 2023-05-13 18:01:23 +02:00
parent 87bb62fa04
commit 15b3e3dab2

View File

@ -16,6 +16,7 @@ RUN python3 -m pip install GitPython
RUN python3 -m pip install sacred RUN python3 -m pip install sacred
RUN python3 -m pip install pymongo RUN python3 -m pip install pymongo
RUN python3 -m pip install dvc RUN python3 -m pip install dvc
RUN python3 -m pip install git
COPY ./zadanie1.py ./ COPY ./zadanie1.py ./
COPY ./Customers.csv ./ COPY ./Customers.csv ./
@ -28,6 +29,6 @@ RUN chmod +x ./zadanie1.py
RUN chmod +x ./train.py RUN chmod +x ./train.py
RUN chmod +x ./test.py RUN chmod +x ./test.py
CMD set GIT_PYTHON_REFRESH=quiet #RUN git.__file__
RUN dvc pull RUN dvc pull
RUN dvc repro RUN dvc repro