Skip to content

Commit

Permalink
Update Dockerfile.live-app-noop
Browse files Browse the repository at this point in the history
Fix missing app noop dependency
  • Loading branch information
leszko authored Jan 13, 2025
1 parent cb9f788 commit 94e1054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner/docker/Dockerfile.live-app-noop
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN pip install --no-cache-dir \
aiohttp==3.10.9 \
pyzmq==26.2.0 \
nvidia-ml-py==12.560.30 \
opencv-python==4.10.0.84
opencv-python==4.10.0.84 \
psutil==6.0.0

# Set environment variables
ENV MAX_WORKERS=1
Expand Down

0 comments on commit 94e1054

Please sign in to comment.