Try to install pip
This commit is contained in:
parent
cb69c08ef2
commit
c98d8f2b14
@ -3,8 +3,8 @@ FROM ubuntu:latest
|
||||
RUN apt update -y && apt install -y make
|
||||
RUN apt install -y git
|
||||
RUN apt install -y gcc
|
||||
RUN apt install -y python3 \
|
||||
python-pip
|
||||
RUN apt install -y python3
|
||||
RUN apt-get update && apt-get install -y python-pip
|
||||
RUN python3 -m pip install -U pip
|
||||
RUN python3 -m pip install -U matplotlib
|
||||
RUN gcc --version
|
||||
|
Loading…
Reference in New Issue
Block a user