mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 21:03:41 -08:00
isntalling external dependencies
This commit is contained in:
parent
0d65bad167
commit
6777aa6829
1 changed files with 3 additions and 2 deletions
|
|
@ -34,8 +34,9 @@ RUN mkdir -p extensions && \
|
|||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
# Copy the .env file from the GitHub Action if it’s created at build time
|
||||
# COPY .env ./.env
|
||||
# Install other external dependencies
|
||||
RUN pip install python-dotenv
|
||||
RUN pip install insightface
|
||||
|
||||
# Run the application
|
||||
CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--api", "--skip-torch-cuda-test"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue