mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 13:22:04 -08:00
Merge pull request #21 from Moonlite-Media/installing-external-dependencies
isntalling external dependencies
This commit is contained in:
commit
582fb85b39
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