diff --git a/Dockerfile b/Dockerfile index 9ad0900..98c59ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.*