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