Spaces:
Sleeping
Sleeping
Commit
•
f35a2d3
1
Parent(s):
d1cb523
add docker
Browse files- packages.txt +5 -0
- requirements.txt +0 -1
packages.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
docker-ce
|
2 |
+
docker-ce-cli
|
3 |
+
containerd.io
|
4 |
+
docker-buildx-plugin
|
5 |
+
docker-compose-plugin
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
gradio==3.41
|
2 |
docker==6.1.3
|
3 |
ansi2html==1.8.0
|
4 |
optimum-benchmark[onnxruntime,openvino,neural-compressor,diffusers,peft]@git+https://github.com/huggingface/optimum-benchmark.git
|
|
|
|
|
1 |
docker==6.1.3
|
2 |
ansi2html==1.8.0
|
3 |
optimum-benchmark[onnxruntime,openvino,neural-compressor,diffusers,peft]@git+https://github.com/huggingface/optimum-benchmark.git
|