Spaceface16518 / RaspberryPi-Monitor

A monitor for my raspberry pi
0 stars 1 forks source link

Docker CI build failing due to network error #2

Open Spaceface16518 opened 3 years ago

Spaceface16518 commented 3 years ago

This run, for example.

Annotation reads

buildx call failed with: failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c pip install --no-cache-dir -r requirements.txt]: exit code: 1

Spaceface16518 commented 3 years ago

1 (and subsequently commit 3a93cea) tried to fix this by removing the --no-cache-dir flag from the pip invocation, but this did not work.

Spaceface16518 commented 3 years ago

@vyasamit #4 failed with the same error.

I have setup CI for all branches including pull requests in commit d3061b3fd9ce83aff0ffef0b36d334b4f9325f6b.