Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ed1e4434cf | ||
|
2b043c21a3 |
@ -5,5 +5,5 @@ RUN apt install -y python3 python3-pip
|
||||
RUN apt install -y sshpass openssh-client git
|
||||
#RUN pip3 install 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
|
||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ node {
|
||||
}
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user