Builds are stuck
amirgolan6
PROOP
9 days ago
My builds are stuck on this command
RUN python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt
for more than 20 minutes with no apperant reason
1 Replies
Railway
BOT
9 days ago
This thread has been opened as a public bounty so the community can help solve it. The thread and any further activity are now visible to everyone.
Status changed to Open Railway • 9 days ago
9 days ago
Add -vvv flag to your command, so we can know what's causing the issue. Your command would be RUN python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -vvv -r requirements.txt. This will output every network request and build step.