Attempt 2
This commit is contained in:
parent
561b359494
commit
988621e1d8
@ -4,7 +4,7 @@ FROM ubuntu:latest
|
||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||
RUN apt update && apt install -y python3-pip
|
||||
|
||||
RUN pip3 install --user datasets kaggle
|
||||
RUN pip3 install datasets kaggle
|
||||
|
||||
RUN pip3 list
|
||||
|
||||
|
@ -50,7 +50,9 @@ pipeline {
|
||||
sh 'pip3 --version'
|
||||
sh 'python3 --version'
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh 'find . -name .kaggle'
|
||||
sh 'ls -al'
|
||||
sh 'find / -name .kaggle'
|
||||
sh 'ls -al /'
|
||||
sh 'kaggle datasets list'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user