update j and d
This commit is contained in:
parent
c552de2053
commit
967853493a
@ -4,11 +4,11 @@ RUN apt-get update && \
|
||||
apt-get install -y python3.10 python3-pip && \
|
||||
pip3 install --upgrade pip
|
||||
|
||||
#RUN pip3 install --user kaggle
|
||||
#RUN pip3 install --user pandas
|
||||
#RUN pip3 install --user scikit-learn
|
||||
RUN pip3 install --user kaggle
|
||||
RUN pip3 install --user pandas
|
||||
RUN pip3 install --user scikit-learn
|
||||
|
||||
RUN apt install python3.10-venv -y
|
||||
#RUN apt install python3.10-venv -y
|
||||
#RUN python3 -m venv docker_ium
|
||||
|
||||
|
||||
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -7,13 +7,13 @@ pipeline {
|
||||
stage('Set up venv')
|
||||
{
|
||||
steps {
|
||||
echo ("set up venv")
|
||||
/*echo ("set up venv")
|
||||
|
||||
sh "python3 -m venv docker_ium"
|
||||
sh "source docker_ium/bin/activate"
|
||||
sh "pip3 install kaggle"
|
||||
sh "pip3 install pandas"
|
||||
sh "pip3 install -U scikit-learn"
|
||||
sh "pip3 install -U scikit-learn"*/
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user