Update Dockerfile
This commit is contained in:
parent
aa40f3d7f2
commit
6fd3488b5c
@ -1,8 +1,8 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
# Dockerfile
|
# Dockerfile
|
||||||
ENV KAGGLE_USERNAME=alicjaszulecka
|
ARG KAGGLE_USERNAME
|
||||||
ENV KAGGLE_KEY=default_key
|
ARG KAGGLE_KEY
|
||||||
|
|
||||||
RUN apt update && apt install -y python3-pip
|
RUN apt update && apt install -y python3-pip
|
||||||
RUN apt install unzip
|
RUN apt install unzip
|
||||||
|
Loading…
Reference in New Issue
Block a user