forked from tzietkiewicz/ium-helloworld
Try to fix Dockerile
This commit is contained in:
parent
15696c8df4
commit
6b4f5544e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user