Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
c4a4750c
Unverified
Commit
c4a4750c
authored
Jun 17, 2024
by
Dhruv Nair
Committed by
GitHub
Jun 17, 2024
Browse files
Temporarily pin Numpy in the CI (#8603)
temp pin numpy
parent
a6375d41
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
docker/diffusers-doc-builder/Dockerfile
docker/diffusers-doc-builder/Dockerfile
+1
-1
docker/diffusers-flax-cpu/Dockerfile
docker/diffusers-flax-cpu/Dockerfile
+1
-1
docker/diffusers-flax-tpu/Dockerfile
docker/diffusers-flax-tpu/Dockerfile
+2
-2
docker/diffusers-onnxruntime-cpu/Dockerfile
docker/diffusers-onnxruntime-cpu/Dockerfile
+1
-1
docker/diffusers-onnxruntime-cuda/Dockerfile
docker/diffusers-onnxruntime-cuda/Dockerfile
+1
-1
docker/diffusers-pytorch-compile-cuda/Dockerfile
docker/diffusers-pytorch-compile-cuda/Dockerfile
+1
-1
docker/diffusers-pytorch-cpu/Dockerfile
docker/diffusers-pytorch-cpu/Dockerfile
+1
-1
docker/diffusers-pytorch-cuda/Dockerfile
docker/diffusers-pytorch-cuda/Dockerfile
+1
-1
docker/diffusers-pytorch-xformers-cuda/Dockerfile
docker/diffusers-pytorch-xformers-cuda/Dockerfile
+1
-1
No files found.
docker/diffusers-doc-builder/Dockerfile
View file @
c4a4750c
...
@@ -42,7 +42,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -42,7 +42,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
\
transformers
\
...
...
docker/diffusers-flax-cpu/Dockerfile
View file @
c4a4750c
...
@@ -40,7 +40,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -40,7 +40,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
transformers
...
...
docker/diffusers-flax-tpu/Dockerfile
View file @
c4a4750c
...
@@ -42,7 +42,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -42,7 +42,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy \
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
transformers
...
...
docker/diffusers-onnxruntime-cpu/Dockerfile
View file @
c4a4750c
...
@@ -40,7 +40,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -40,7 +40,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
transformers
...
...
docker/diffusers-onnxruntime-cuda/Dockerfile
View file @
c4a4750c
...
@@ -40,7 +40,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -40,7 +40,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
transformers
...
...
docker/diffusers-pytorch-compile-cuda/Dockerfile
View file @
c4a4750c
...
@@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
transformers
...
...
docker/diffusers-pytorch-cpu/Dockerfile
View file @
c4a4750c
...
@@ -40,7 +40,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -40,7 +40,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers matplotlib
transformers matplotlib
...
...
docker/diffusers-pytorch-cuda/Dockerfile
View file @
c4a4750c
...
@@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
\
transformers
\
...
...
docker/diffusers-pytorch-xformers-cuda/Dockerfile
View file @
c4a4750c
...
@@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
...
@@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
huggingface-hub
\
huggingface-hub
\
Jinja2
\
Jinja2
\
librosa
\
librosa
\
numpy
\
numpy
==
1.26.4
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
\
transformers
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment