try
This commit is contained in:
parent
f650cc1081
commit
e77989bf86
@ -4,6 +4,12 @@ RUN apt-get update && \
|
|||||||
apt-get install -y python3-pip && \
|
apt-get install -y python3-pip && \
|
||||||
pip3 install kaggle pandas scikit-learn
|
pip3 install kaggle pandas scikit-learn
|
||||||
|
|
||||||
|
RUN useradd -ms /bin/bash jenkins
|
||||||
|
|
||||||
|
RUN mkdir -p /.kaggle && chown -R jenkins /.kaggle
|
||||||
|
|
||||||
|
USER jenkins
|
||||||
|
|
||||||
COPY data_processing.sh .
|
COPY data_processing.sh .
|
||||||
|
|
||||||
WORKDIR .
|
WORKDIR .
|
Loading…
Reference in New Issue
Block a user