Skip to content

Commit 8ecf2ff

Browse files
committed
[FIX] newest docker container did not contain papermill anymore
1 parent 63086df commit 8ecf2ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN hatch build \
2929
# Create a clean venv for runtime and install the wheel
3030
RUN python -m venv /app \
3131
&& /app/bin/pip install --upgrade pip wheel setuptools \
32+
&& /app/bin/pip install -r requirements.txt \
3233
&& /app/bin/pip install dist/*.whl
3334

3435

0 commit comments

Comments
 (0)