Chandler
Chandlerβ€’9mo ago

Running in a docker container

Running into some difficulties getting the marimo run command to work in a docker container Getting this error
Error: Invalid NAME - /app/proqure_marimo/find_my_supplier.py does not exist
Error: Invalid NAME - /app/proqure_marimo/find_my_supplier.py does not exist
Despite the fact that a Dockerfile with CMD ls -a /app/proqure_marimo/ results in the following when run:
.
..
__init__.py
__pycache__
find_my_suppier.py
.
..
__init__.py
__pycache__
find_my_suppier.py
I tested an identical marimo run command on my mac locally, and it worked fine Anyone have any ideas? πŸ™
5 Replies
Myles Scolnick
Myles Scolnickβ€’9mo ago
Can you try without the absolute url? I don’t expect that be an issue but just trying to rule things out
Chandler
ChandlerOPβ€’9mo ago
Tried, but will confirm rn Still Error: Invalid NAME - proqure_marimo/find_my_supplier.py does not exist
CMD .venv/bin/marimo run proqure_marimo/find_my_supplier.py
CMD .venv/bin/marimo run proqure_marimo/find_my_supplier.py
I also confirmed that CMD pwd shows /app to be sure
Myles Scolnick
Myles Scolnickβ€’9mo ago
find_my_suppier.py spelt wrong πŸ˜„
Chandler
ChandlerOPβ€’9mo ago
hollly smokes 2/2 on questions being facepalms. Sorry about that, but thanks for your help
Myles Scolnick
Myles Scolnickβ€’9mo ago
All good, I’ve been there Staring at a computer too long