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