test
This commit is contained in:
parent
fb76d4302e
commit
0b1578696f
@ -1,7 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
FROM python:3.9
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y python3-pip
|
||||
RUN apt-get update
|
||||
# RUN apt install -y python3-pip
|
||||
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install matplotlib
|
||||
|
Loading…
Reference in New Issue
Block a user