Fix
This commit is contained in:
parent
2c56d4edac
commit
99278774f6
@ -2,11 +2,11 @@ FROM python:3.7
|
||||
|
||||
WORKDIR /
|
||||
|
||||
RUN pip install kaggle
|
||||
RUN pip install --user kaggle
|
||||
|
||||
RUN pip install pandas
|
||||
RUN pip install --user pandas
|
||||
|
||||
RUN pip install sklearn
|
||||
RUN pip install --user sklearn
|
||||
|
||||
COPY KaggleV2-May-2016.csv ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user