ryans
ryans
RRailway
Created by ryans on 4/25/2024 in #✋|help
How to use the CLI tool to restart the current deployment
7957f8f7-aeea-461e-8faa-3d62bd454797
4 replies
RRailway
Created by ryans on 12/19/2023 in #✋|help
Error: Docker build failed
[phases.tesseract] cmds = [ "apt update", "apt install -y tesseract-ocr" ] dependsOn = ["install"] [phases.poppler] cmds = [ "apt update", "apt install -y poppler-utils" ] dependsOn = ["install"]
6 replies
RRailway
Created by ryans on 12/19/2023 in #✋|help
Error: Docker build failed
2bd1105c-53e9-491e-915c-e70edb336670
6 replies
RRailway
Created by ryans on 10/10/2023 in #✋|help
Playwright install failing w nixpacks file
[build] nixpacksVersion = "1.15.0" [phases.build] cmds = ["playwright install", "playwright install-deps"] dependsOn = ["install"]
17 replies
RRailway
Created by ryans on 10/10/2023 in #✋|help
Playwright install failing w nixpacks file
nixpacks.toml
17 replies
RRailway
Created by ryans on 10/10/2023 in #✋|help
Playwright install failing w nixpacks file
at top of file?
17 replies
RRailway
Created by ryans on 10/10/2023 in #✋|help
Playwright install failing w nixpacks file
[phases.build] cmds = ["playwright install", "playwright install-deps"] dependsOn = ["install"]
17 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
@Brody noted, so you suggest: [phases.playwright] cmds = ["playwright install"] dependsOn = ["install"]
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
nice
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
oh wait, it actually worked
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
Getting this error: #12 [stage-0 8/10] RUN playwright install  #12 0.371 /bin/bash: line 1: playwright: command not found #12 ERROR: process "/bin/bash -ol pipefail -c playwright install" did not complete successfully: exit code: 127 -----
[stage-0 8/10] RUN playwright install:
#12 0.371 /bin/bash: line 1: playwright: command not found  ----- Dockerfile:24 ------------------- 22 | # build phase 23 | COPY . /app/. 24 | >>> RUN playwright install 25 | 26 | ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c playwright install" did not complete successfully: exit code: 127  Error: Docker build failed
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
Is this correct for the file? [phases.build] cmds = ["playwright install"] dependsOn = ["install"]
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
I’m on mobile. Will check it out later and reply back. Thank you
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
So will it do pip install requirements, then playwright install, then start flask app?
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
I’ve only used preconfigured settings before
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
Thanks. Where do I put the file? I just need to run “playwright install”.
22 replies
RRailway
Created by ryans on 8/5/2023 in #✋|help
playwright in a flask app
N/A
22 replies