Skip to content

Commit 301ac19

Browse files
committed
{nightly} Fix entry
1 parent 42110df commit 301ac19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nightly/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ ARG USING_GITHUB_ACTIONS=false
2525
ARG DEBIAN_FRONTEND=noninteractive
2626

2727
RUN --mount=type=cache,target=/var/cache/apt \
28-
apt-get update \
28+
set -euo pipefail \
29+
&& apt-get update \
2930
&& apt-get upgrade -y \
3031
&& apt-get install -y --no-install-recommends \
3132
gnupg2 ca-certificates curl \
@@ -127,4 +128,4 @@ ENV PATH="${PATH}:/root/.local/bin"
127128
# Suppress [WARNING: Running pip as the 'root' user]
128129
ENV PIP_ROOT_USER_ACTION=ignore
129130

130-
CMD ["python3.14t","./ComfyUI/main.py","--listen","--port 8188","$CLI_ARGS"]
131+
CMD ["bash", "-c", "python3.14t ./ComfyUI/main.py --listen --port 8188 $CLI_ARGS"]

0 commit comments

Comments
 (0)