try
This commit is contained in:
parent
d1d6037d4a
commit
c2250bf1fd
@ -3,7 +3,7 @@ FROM ubuntu:latest
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-pip
|
||||
|
||||
RUN pip3 install --user kaggle pandas sklearn
|
||||
RUN pip3 install --user kaggle pandas scikit-learn
|
||||
|
||||
ENV PATH="/root/.local/bin:${PATH}"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user