We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5370eca commit 61c3ae9Copy full SHA for 61c3ae9
Dockerfile
@@ -2,7 +2,7 @@
2
FROM ubuntu:22.04 AS builder
3
4
# Install the package
5
-RUN apt-get update && apt-get install -y libopenblas-dev ninja-build build-essential python3
+RUN apt-get update && apt-get install -y libopenblas-dev ninja-build build-essential python3 python3-pip
6
RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette
7
8
# Install
0 commit comments