update dockerfile

This commit is contained in:
Yevhenii Poliakov 2023-05-12 21:42:32 +02:00
parent a03c087d60
commit f2ba53d7e4

View File

@ -10,8 +10,8 @@ RUN pip3 install --user kaggle pandas
COPY . /app
WORKDIR /app
RUN python -m pip install pandas
RUN python -m pip install -U scikit-learn
RUN python3 -m pip install pandas
RUN python3 -m pip install -U scikit-learn
#RUN pip3 install tensorflow==2.12.*