We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e9169 commit 31f867eCopy full SHA for 31f867e
docker_images/diffusers/Dockerfile
@@ -16,8 +16,8 @@ RUN apt-get update && \
16
RUN curl https://pyenv.run | bash
17
18
# Set environment variables for pyenv
19
-ENV PYENV_ROOT /root/.pyenv
20
-ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
+ENV PYENV_ROOT=/root/.pyenv
+ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
21
22
# Install your desired Python version
23
ARG PYTHON_VERSION=3.9.1
docker_images/diffusers/requirements.txt
@@ -1,5 +1,5 @@
1
starlette==0.27.0
2
-api-inference-community==0.0.33
+api-inference-community==0.0.34
3
# to be replaced with diffusers 0.31.0 as soon as released
4
git+https://github.com/huggingface/diffusers.git@2a3fbc2cc269aa0c0d5cfdfaa3564d769d92b882
5
transformers==4.41.2
0 commit comments