From 8bbc2e42d2904f120f0d7f29b32fb5de1d4dac4c Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sat, 13 May 2023 18:25:11 +0200 Subject: [PATCH] plis work --- Dockerfile_4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile_4 b/Dockerfile_4 index 71be4a1..74ca226 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 python3 -m pip install git COPY ./zadanie1.py ./ COPY ./Customers.csv ./ @@ -28,7 +28,8 @@ RUN chmod +x ./zadanie1.py RUN chmod +x ./train.py RUN chmod +x ./test.py -#RUN $GIT_PYTHON_GIT_EXECUTABLE=/usr/local/lib/python3.10/dist-packages/git/__init__.py + RUN useradd -r -u 111 jenkins +RUN export GIT_PYTHON_GIT_EXECUTABLE=/mingw64/bin/git RUN dvc pull RUN dvc repro \ No newline at end of file