update dockerfile
This commit is contained in:
parent
31ebd95169
commit
a03c087d60
@ -10,8 +10,8 @@ RUN pip3 install --user kaggle pandas
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN python3 -m pip install pandas
|
RUN python -m pip install pandas
|
||||||
RUN python3 -m pip install -U scikit-learn
|
RUN python -m pip install -U scikit-learn
|
||||||
#RUN pip3 install tensorflow==2.12.*
|
#RUN pip3 install tensorflow==2.12.*
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user