plis work

This commit is contained in:
Jakub Henyk 2023-05-13 18:25:11 +02:00
parent f698e21271
commit 8bbc2e42d2

View File

@ -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