a year ago
Getting this below error:
✕ [stage-0 6/8] RUN --mount=type=cache,id=s/974e9fe8-7a42-45f1-93b9-74bdc829effb-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt
process "/bin/bash -ol pipefail -c python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt" did not complete successfully: exit code: 1
When I run it on local machine - it works perfectly with no errors showing up.
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
Hello,
Looks like your latest deployment is online!
But I noticed you have it configured as a CRON service with a domain, APIs or websites should not have a CRON set since they need to be long-running tasks.
Best,
Brody