update dockerfile

This commit is contained in:
Yevhenii Poliakov 2023-05-12 21:06:17 +02:00
parent c26632e5ed
commit 1d0c763476

View File

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