Update 'Dockerfile'
This commit is contained in:
parent
f59d746714
commit
bf20f27daf
@ -4,12 +4,12 @@ WORKDIR /ium
|
|||||||
|
|
||||||
RUN apt update && apt install -y python3-pip unzip
|
RUN apt update && apt install -y python3-pip unzip
|
||||||
|
|
||||||
RUN pip3 install --user kaggle
|
RUN pip3 install kaggle
|
||||||
RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc
|
RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc
|
||||||
|
|
||||||
RUN pip3 install --user pandas
|
RUN pip3 install pandas
|
||||||
RUN pip3 install --user numpy
|
RUN pip3 install numpy
|
||||||
RUN pip3 install --user sklearn
|
RUN pip3 install sklearn
|
||||||
|
|
||||||
COPY ./download_dataset.sh ./
|
COPY ./download_dataset.sh ./
|
||||||
COPY ./process_dataset.py ./
|
COPY ./process_dataset.py ./
|
||||||
|
Loading…
Reference in New Issue
Block a user