There was an error while loading. Please reload this page.
1 parent 8db5392 commit 0ac8b81Copy full SHA for 0ac8b81
1 file changed
Dockerfile
@@ -11,6 +11,8 @@ COPY src ./src
11
12
RUN apt-get update \
13
&& apt-get upgrade -y \
14
+ # procps provides `ps`, which Nextflow requires to collect task metrics.
15
+ && apt-get install -y --no-install-recommends procps \
16
&& rm -rf /var/lib/apt/lists/* \
17
&& python -m pip install --upgrade pip \
18
&& python -m pip install .
0 commit comments