diff --git a/Dockerfile b/Dockerfile index 6263a45..d54999f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,10 +22,7 @@ RUN pip3 install wheel --no-deps -U RUN pip3 install GitPython RUN pip3 install pymongo RUN pip3 install mlflow -RUN pip3 install dvc -RUN pip3 install dvc[ssh] paramiko -RUN apt install -y sshpass openssh-client -RUN useradd -r -u 111 jenkins + # Przygotowanie kaggle RUN mkdir ~/.kaggle/ @@ -41,5 +38,10 @@ COPY ./understat.csv ./ COPY ./ml_pytorch_mlflow.py ./ +RUN pip3 install dvc +RUN pip3 install dvc[ssh] paramiko +RUN apt install -y sshpass openssh-client +RUN useradd -r -u 111 jenkins + # Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie CMD ./skrypt.sh \ No newline at end of file