Skip to content

Commit 334d1bd

Browse files
ConalMullanclaude
andcommitted
Add loguru dependency to qwen-edit Dockerfile
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c9761f3 commit 334d1bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker/runpod-qwen-edit/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ RUN pip3 install --no-cache-dir \
7575
RUN pip3 install --no-cache-dir \
7676
runpod>=1.7.0 \
7777
requests>=2.31.0 \
78-
boto3>=1.34.0
78+
boto3>=1.34.0 \
79+
loguru>=0.7.0 \
80+
huggingface_hub>=0.25.0
7981

8082
WORKDIR /app
8183

0 commit comments

Comments
 (0)