This commit is contained in:
Jakub Henyk 2023-04-04 13:44:31 +02:00
parent c28ce75e42
commit 7b83e05eaa

View File

@ -8,7 +8,7 @@ RUN apt update && apt install -y figlet
WORKDIR /app
RUN apt-get install -y python3
RUN python3 -m ensurepip --upgrade
RUN apt-get install python3-pip
RUN python3 -m pip install pandas
COPY ./zadanie1.ipynb ./