Skip to content

Commit

Permalink
add pip to the dep list in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Dec 1, 2023
1 parent 795fb8a commit 3147771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt install -y \
python3-tables \
python3-pandas \
python3-jinja2 \
python3-pip \
cython3 \
libwebsockets-dev

Expand Down Expand Up @@ -102,6 +103,7 @@ RUN conda update -y --all && \
"cython<3" \
websockets \
pprintpp \
pip \
&& \
mamba install -y --force-reinstall libsqlite && \
conda clean -y --all
Expand Down

0 comments on commit 3147771

Please sign in to comment.