Skip to content

Commit

Permalink
bump to version 0.3.6 (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear authored Dec 5, 2024
1 parent 6160f9b commit e3c7955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ RUN pip install xfuser
RUN pip install flask

# Copy the entire comfyui-xdit directory into the container
COPY ./comfyui-xdit /app/comfyui-xdit
COPY ./http-service /app/http-service

# Change to the xDiT directory
WORKDIR /app

# Set ENTRYPOINT with CMD as default arguments
ENTRYPOINT ["python", "/app/comfyui-xdit/launch_host.py"]
CMD ["--config", "./comfyui-xdit/config.json"]
# ENTRYPOINT ["python", "/app/comfyui-xdit/launch_host.py"]
# CMD ["--config", "./comfyui-xdit/config.json"]
2 changes: 1 addition & 1 deletion xfuser/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.5"
__version__ = "0.3.6"

0 comments on commit e3c7955

Please sign in to comment.