python fix
This commit is contained in:
parent
794f1f1bc2
commit
e42bacbdbd
@ -1,6 +1,6 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update && apt install -y figlet python3 python3-pip unzip
|
||||
RUN apt-get update && apt-get install -y figlet python3 python3-pip unzip
|
||||
RUN pip3 install --user kaggle
|
||||
RUN pip3 install --user pandas
|
||||
|
||||
@ -23,4 +23,4 @@ RUN echo $KAGGLE_KEY
|
||||
RUN env
|
||||
|
||||
# RUN ./download.sh 117928
|
||||
# RUN python3 ./script.py
|
||||
RUN python3 ./script.py
|
Loading…
Reference in New Issue
Block a user