Update Dockerfile
This commit is contained in:
parent
df42bfcee0
commit
96e8535023
@ -2,4 +2,4 @@ FROM ubuntu:latest
|
|||||||
|
|
||||||
RUN apt update && apt install -y python3-pip
|
RUN apt update && apt install -y python3-pip
|
||||||
|
|
||||||
RUN pip install pandas numpy scikit-learn tensorflow matplotlib
|
RUN pip install pandas numpy scikit-learn tensorflow matplotlib --break-system-packages
|
Loading…
Reference in New Issue
Block a user