From af700cb19f52b37029b26f90ccf5faf6fcc643cf Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sat, 13 May 2023 18:26:58 +0200 Subject: [PATCH] PLIS --- Dockerfile_4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile_4 b/Dockerfile_4 index 74ca226..3c9518c 100644 --- a/Dockerfile_4 +++ b/Dockerfile_4 @@ -15,7 +15,7 @@ RUN python3 -m pip install torchvision RUN python3 -m pip install sacred RUN python3 -m pip install pymongo 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 ./Customers.csv ./ @@ -30,6 +30,6 @@ RUN chmod +x ./test.py 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 repro \ No newline at end of file