This commit is contained in:
PawelDopierala 2024-04-02 22:14:53 +02:00
parent 9c1158235a
commit 6654e25754
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3-pip
RUN pip3 install --user kaggle pandas scikit-learn
RUN pip3 install --user kaggle pandas aaa
ENV PATH="/root/.local/bin:${PATH}"