Extended docker builders to support python builds
This commit is contained in:
parent
c0c328787c
commit
0cc16ac117
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ RUN cmake --build swiftshader-build/build/. --parallel 12
|
|||
RUN mv swiftshader-build/build/Linux/ swiftshader/
|
||||
RUN rm -rf swiftshader-build/
|
||||
|
||||
# Setup Python
|
||||
RUN apt-get install -y python3-pip
|
||||
|
||||
RUN mkdir builder
|
||||
WORKDIR /builder
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue