fix6
This commit is contained in:
parent
87bb62fa04
commit
15b3e3dab2
@ -16,6 +16,7 @@ RUN python3 -m pip install GitPython
|
|||||||
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
|
||||||
|
|
||||||
COPY ./zadanie1.py ./
|
COPY ./zadanie1.py ./
|
||||||
COPY ./Customers.csv ./
|
COPY ./Customers.csv ./
|
||||||
@ -28,6 +29,6 @@ RUN chmod +x ./zadanie1.py
|
|||||||
RUN chmod +x ./train.py
|
RUN chmod +x ./train.py
|
||||||
RUN chmod +x ./test.py
|
RUN chmod +x ./test.py
|
||||||
|
|
||||||
CMD set GIT_PYTHON_REFRESH=quiet
|
#RUN git.__file__
|
||||||
RUN dvc pull
|
RUN dvc pull
|
||||||
RUN dvc repro
|
RUN dvc repro
|
Loading…
Reference in New Issue
Block a user