Compare commits

...

2 Commits

Author SHA1 Message Date
Paweł Skórzewski
ed1e4434cf Zmiana nazwy repozytorium w Jenkinsfile 2024-05-22 08:43:11 +02:00
Paweł Skórzewski
2b043c21a3 sklearn -> scikit-learn 2024-05-22 08:16:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ RUN apt install -y python3 python3-pip
RUN apt install -y sshpass openssh-client git RUN apt install -y sshpass openssh-client git
#RUN pip3 install kaggle #RUN pip3 install kaggle
RUN mkdir /.kaggle && chmod o+w /.kaggle RUN mkdir /.kaggle && chmod o+w /.kaggle
RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow sklearn RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow scikit-learn
RUN useradd -r -u 111 jenkins RUN useradd -r -u 111 jenkins

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ node {
} }
stage("Checkout"){ stage("Checkout"){
git 'https://git.wmi.amu.edu.pl/tzietkiewicz/ium-helloworld.git' git 'https://git.wmi.amu.edu.pl/pms/ium-helloworld.git'
} }
stage('Environment') { // for display purposes stage('Environment') { // for display purposes