Skip to content

Commit 31f867e

Browse files
committed
upgrade diffusers image with latest api-inference-community package
Signed-off-by: Raphael Glon <[email protected]>
1 parent 55e9169 commit 31f867e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker_images/diffusers/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN apt-get update && \
1616
RUN curl https://pyenv.run | bash
1717

1818
# Set environment variables for pyenv
19-
ENV PYENV_ROOT /root/.pyenv
20-
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
19+
ENV PYENV_ROOT=/root/.pyenv
20+
ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
2121

2222
# Install your desired Python version
2323
ARG PYTHON_VERSION=3.9.1

docker_images/diffusers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
starlette==0.27.0
2-
api-inference-community==0.0.33
2+
api-inference-community==0.0.34
33
# to be replaced with diffusers 0.31.0 as soon as released
44
git+https://github.com/huggingface/diffusers.git@2a3fbc2cc269aa0c0d5cfdfaa3564d769d92b882
55
transformers==4.41.2

0 commit comments

Comments
 (0)