This commit is contained in:
AWieczarek 2024-04-02 23:30:17 +02:00
parent aa3c2feb34
commit f36047a85c

View File

@ -1,4 +1,7 @@
FROM ubuntu:latest
RUN groupadd --gid 502 jenkins && \
useradd --shell /bin/bash --gid 502 --uid 501 jenkins
USER jenkins
ENV KAGGLE_USERNAME=adamwieczrek
ARG KAGGLE_KEY
@ -12,8 +15,6 @@ RUN apt update && \
RUN pip install kaggle pandas seaborn scikit-learn
RUN mkdir -p .kaggle
WORKDIR /app
COPY dataset_stats.py /app/