Fix for Dockerfile

This commit is contained in:
Wojciech Jarmosz 2021-04-10 21:28:05 +02:00
parent 17da6746e7
commit c5d0038621

View File

@ -6,5 +6,7 @@ WORKDIR /app
COPY . .
RUN pip3 install -r requirements.txt
RUN pip3 install --user kaggle
RUN pip3 install --user pandas
RUN pip3 install --user scikit-learn