There was an error while loading. Please reload this page.
1 parent 5fa40d9 commit 4b9f7f9Copy full SHA for 4b9f7f9
1 file changed
Dockerfile
@@ -10,14 +10,14 @@ RUN apt-get update && apt-get install -y \
10
libomp-19-dev \
11
libzstd-dev \
12
doxygen \
13
- pipx
+ python3-pip
14
15
# Install pyed
16
RUN git clone https://github.com/HugoStrand/pyed $SRC/pyed
17
ENV PYTHONPATH=$SRC/pyed:$PYTHONPATH
18
19
# Install cvxpy
20
-RUN pipx install cvxpy
+RUN pip install --no-cache-dir --break-system-packages cvxpy
21
22
# Install adapol
23
RUN git clone https://github.com/flatironinstitute/adapol.git $SRC/adapol --branch main
0 commit comments