python fix
This commit is contained in:
parent
794f1f1bc2
commit
e42bacbdbd
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:latest
|
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 kaggle
|
||||||
RUN pip3 install --user pandas
|
RUN pip3 install --user pandas
|
||||||
|
|
||||||
@ -23,4 +23,4 @@ RUN echo $KAGGLE_KEY
|
|||||||
RUN env
|
RUN env
|
||||||
|
|
||||||
# RUN ./download.sh 117928
|
# RUN ./download.sh 117928
|
||||||
# RUN python3 ./script.py
|
RUN python3 ./script.py
|
@ -69,7 +69,7 @@ def normalize_dataset(dataset):
|
|||||||
return dataset
|
return dataset
|
||||||
|
|
||||||
|
|
||||||
install_dependencies()
|
# install_dependencies()
|
||||||
download_dataset()
|
download_dataset()
|
||||||
unzip_package()
|
unzip_package()
|
||||||
cars = pd.read_csv('./Car_Prices_Poland_Kaggle.csv')
|
cars = pd.read_csv('./Car_Prices_Poland_Kaggle.csv')
|
||||||
|
Loading…
Reference in New Issue
Block a user