Skip to content

Commit 49a9d5a

Browse files
traviswheelerclaude
andcommitted
Add procps to container so Nextflow can collect task metrics
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2ae7776 commit 49a9d5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3.10-slim
22

3+
RUN apt-get update && apt-get install -y --no-install-recommends procps && rm -rf /var/lib/apt/lists/*
4+
35
WORKDIR /app
46
COPY . .
57
RUN pip install --no-cache-dir .

0 commit comments

Comments
 (0)