Skip to content

Commit

Permalink
upgrade diffusers image with latest api-inference-community package (…
Browse files Browse the repository at this point in the history
…0.0.36)

Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com>
  • Loading branch information
oOraph committed Oct 7, 2024
1 parent 3f0eb58 commit 8e577e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker_images/diffusers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN apt-get update && \
RUN curl https://pyenv.run | bash

# Set environment variables for pyenv
ENV PYENV_ROOT /root/.pyenv
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
ENV PYENV_ROOT=/root/.pyenv
ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH

# Install your desired Python version
ARG PYTHON_VERSION=3.9.1
Expand Down
2 changes: 1 addition & 1 deletion docker_images/diffusers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
starlette==0.27.0
api-inference-community==0.0.33
api-inference-community==0.0.36
# to be replaced with diffusers 0.31.0 as soon as released
git+https://github.com/huggingface/diffusers.git@2a3fbc2cc269aa0c0d5cfdfaa3564d769d92b882
transformers==4.41.2
Expand Down

0 comments on commit 8e577e2

Please sign in to comment.