Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
multimodalart committed Aug 2, 2023
1 parent af08254 commit 39c9d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_images/diffusers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY ./requirements.txt /app
RUN pip install --no-cache-dir -r requirements.txt

# Uncomment if you want to load the model once before starting the asgi app
#COPY ./prestart.sh /app/
# COPY ./prestart.sh /app/
COPY ./gunicorn_conf.py /gunicorn_conf.py

# Most DL models are quite large in terms of memory, using workers is a HUGE
Expand Down

0 comments on commit 39c9d5a

Please sign in to comment.