Try to fix Dockerile

This commit is contained in:
Tomasz 2022-05-30 11:56:23 +02:00
parent 15696c8df4
commit 6b4f5544e0

View File

@ -1,6 +1,6 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
RUN apt-get update
RUN apt update
RUN apt install -y python3 python3-pip ssh
RUN pip3 install kaggle
RUN mkdir /.kaggle && chmod o+w /.kaggle