Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-02 14:51:06 +02:00
parent aa40f3d7f2
commit 6fd3488b5c
1 changed files with 2 additions and 2 deletions

View File

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