This commit is contained in:
AdamOsiowy123 2022-05-02 16:39:49 +02:00
parent 59c3a134ac
commit d8805311b4
2 changed files with 1 additions and 5 deletions

View File

@ -7,9 +7,5 @@ WORKDIR /code
COPY . /code/
RUN pwd
RUN ls
RUN python3 -m pip install -r requirements.txt
RUN mkdir /.kaggle && chmod o+w /.kaggle

View File

@ -1,6 +1,6 @@
node {
checkout scm
def dockerImageIUM = docker.build("s444452/ium:1.3","./Docker")
def dockerImageIUM = docker.build("s444452/ium:1.3")
dockerImageIUM.inside {
stage('Preparation') {
properties([