This commit is contained in:
Jakub Henyk 2023-05-13 18:26:58 +02:00
parent 8bbc2e42d2
commit af700cb19f

View File

@ -15,7 +15,7 @@ RUN python3 -m pip install torchvision
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 RUN apt-get update && apt-get install -y git
COPY ./zadanie1.py ./ COPY ./zadanie1.py ./
COPY ./Customers.csv ./ COPY ./Customers.csv ./
@ -30,6 +30,6 @@ RUN chmod +x ./test.py
RUN useradd -r -u 111 jenkins RUN useradd -r -u 111 jenkins
RUN export GIT_PYTHON_GIT_EXECUTABLE=/mingw64/bin/git #RUN export GIT_PYTHON_GIT_EXECUTABLE=/mingw64/bin/git
RUN dvc pull RUN dvc pull
RUN dvc repro RUN dvc repro