python fix

This commit is contained in:
Adam Wojdyla 2022-04-02 02:49:07 +02:00
parent 794f1f1bc2
commit e42bacbdbd
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update && apt install -y figlet python3 python3-pip unzip
RUN apt-get update && apt-get install -y figlet python3 python3-pip unzip
RUN pip3 install --user kaggle
RUN pip3 install --user pandas
@ -23,4 +23,4 @@ RUN echo $KAGGLE_KEY
RUN env
# RUN ./download.sh 117928
# RUN python3 ./script.py
RUN python3 ./script.py

View File

@ -69,7 +69,7 @@ def normalize_dataset(dataset):
return dataset
install_dependencies()
# install_dependencies()
download_dataset()
unzip_package()
cars = pd.read_csv('./Car_Prices_Poland_Kaggle.csv')