isntalling external dependencies

This commit is contained in:
Darrel Pol 2024-11-03 10:36:16 -06:00
parent 0d65bad167
commit 6777aa6829

View file

@ -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 its 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"]