Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-02 13:39:15 +02:00
parent ac30012090
commit 1ba161a6b4
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
FROM ubuntu:latest
ENV KAGGLE_USERNAME=alicjaszulecka
ENV KAGGLE_KEY=default_key
RUN apt update && apt install -y python3-pip
RUN apt install unzip
RUN apt install bc