Zaktualizuj 'Dockerfile'

This commit is contained in:
Szymon Jadczak 2022-05-01 19:54:04 +02:00
parent ecfa724759
commit 1e81011951

View File

@ -8,5 +8,6 @@ RUN pip3 install pandas
RUN pip3 install numpy RUN pip3 install numpy
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install tensorflow RUN pip3 install tensorflow
RUN pip3 install matplotlib
COPY ./steam-200k.csv ./ COPY ./steam-200k.csv ./
COPY ./biblioteki_dl.py ./ COPY ./biblioteki_dl.py ./