There was an error while loading. Please reload this page.
1 parent a3924c4 commit cbdece0Copy full SHA for cbdece0
1 file changed
Dockerfile
@@ -10,15 +10,14 @@ RUN apt-get update && apt-get install -y \
10
libomp-19-dev \
11
libzstd-dev \
12
doxygen \
13
- python3-pip
+ python3-pipx
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 pip install --no-cache-dir --upgrade pip \
21
- && pip install --no-cache-dir --break-system-packages cvxpy
+RUN pipx install cvxpy
22
23
# Install adapol
24
RUN git clone https://github.com/flatironinstitute/adapol.git $SRC/adapol --branch main
0 commit comments