try
This commit is contained in:
parent
1ab6d289fa
commit
9833b95718
@ -3,7 +3,7 @@ FROM ubuntu:latest
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-pip
|
||||
|
||||
RUN pip3 install --user kaggle pandas scikit-learn
|
||||
RUN pip3 install --user kaggle pandas scikit-learn sklearn
|
||||
|
||||
ENV PATH="/root/.local/bin:${PATH}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user