last docker try
This commit is contained in:
parent
b465738aed
commit
c600fcf586
@ -4,14 +4,15 @@ RUN apt-get update && \
|
|||||||
apt-get install -y python3.10 python3-pip && \
|
apt-get install -y python3.10 python3-pip && \
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
|
|
||||||
RUN pip3 install --user kaggle pandas
|
RUN pip3 install --user kaggle
|
||||||
|
RUN pip3 install --user pandas
|
||||||
|
RUN pip3 install --user scikit-learn
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN sudo -H python3 -m pip install pandas
|
#RUN python3 -m pip install pandas
|
||||||
RUN sugo -H python3 -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