Replies: 1 comment 1 reply
-
Can you start a normal python docker image? Like docker run -it --restart always \
-p 80:8080 \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-v $(pwd)/:/app/ \
python:3.11-slim Or try docker run -it zauberzeug/nicegui:2.12.1 to verify that the image itself is correct. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run the command to start the nicegui docker container on my jetson, I get the error:
Does anyone have a clue, how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions