You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the jetson-containers issues and found no similar feature requests.
jetson-containers Component
No response
Bug
When using a volume to persist nodes and models for the comfyUI container, any Python packages installed by the nodes are lost when the container is restarted. This may leave ComfyUI in an inconsistent/broken state.
Environment
$ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
dustynv/comfyui r36.4.0 92b71a6683ae 6 weeks ago 18.9GB
$ cat /etc/nv_tegra_release
# R36 (release), REVISION: 4.3, GCID: 38968081, BOARD: generic, EABI: aarch64, DATE: Wed Jan 8 01:49:37 UTC 2025# KERNEL_VARIANT: oot
TARGET_USERSPACE_LIB_DIR=nvidia
TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia
$ jetson-containers update
Already up to date.
Additional
This was first raised in a comment on #796. That includes a more detailed proposal to incorporate uv, which could solve this problem. However, this issue is different and much smaller in scope. For now, I will submit a PR to the comfyui Dockerfile that creates a .venv under /opt/ComfyUI. That will address this specific issue.
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
jetson-containers Component
No response
Bug
When using a volume to persist nodes and models for the comfyUI container, any Python packages installed by the nodes are lost when the container is restarted. This may leave ComfyUI in an inconsistent/broken state.
Environment
Additional
This was first raised in a comment on #796. That includes a more detailed proposal to incorporate
uv
, which could solve this problem. However, this issue is different and much smaller in scope. For now, I will submit a PR to thecomfyui
Dockerfile that creates a .venv under /opt/ComfyUI. That will address this specific issue.Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: