Compare commits
2 Commits
d8dfda5ada
...
dcd281495b
Author | SHA1 | Date | |
---|---|---|---|
|
dcd281495b | ||
|
70cd8d9920 |
@ -3,10 +3,8 @@ FROM ubuntu:latest
|
||||
RUN apt update && apt install -y python3-pip
|
||||
RUN apt install unzip
|
||||
RUN apt install bc
|
||||
RUN pip install kaggle
|
||||
RUN pip install --user pandas
|
||||
RUN pip install --user scikit-learn
|
||||
RUN pip install --user matplotlib
|
||||
|
||||
RUN pip3 install kaggle pandas scikit-learn
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user