Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +11 -11
Dockerfile
CHANGED
@@ -39,17 +39,17 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
39 |
huggingface-hub "protobuf<4" "click<8.1" && \
|
40 |
pip install scikit-image && \
|
41 |
pip install numba && \
|
42 |
-
pip install dynamicprompts
|
43 |
-
pip install onnxruntime
|
44 |
-
pip install color-matcher
|
45 |
-
pip install piexif
|
46 |
-
pip install dynamicprompts
|
47 |
-
pip install lpips
|
48 |
-
pip install llama-cpp-python
|
49 |
-
pip install einops
|
50 |
-
pip install torchsde
|
51 |
-
pip install ultralytics
|
52 |
-
pip install simpleeval
|
53 |
pip install gray2color
|
54 |
#pip install huggingface_hub["cli"] && \
|
55 |
#huggingface-cli delete-cache
|
|
|
39 |
huggingface-hub "protobuf<4" "click<8.1" && \
|
40 |
pip install scikit-image && \
|
41 |
pip install numba && \
|
42 |
+
pip install dynamicprompts && \
|
43 |
+
pip install onnxruntime && \
|
44 |
+
pip install color-matcher && \
|
45 |
+
pip install piexif && \
|
46 |
+
pip install dynamicprompts && \
|
47 |
+
pip install lpips && \
|
48 |
+
pip install llama-cpp-python && \
|
49 |
+
pip install einops && \
|
50 |
+
pip install torchsde && \
|
51 |
+
pip install ultralytics && \
|
52 |
+
pip install simpleeval && \
|
53 |
pip install gray2color
|
54 |
#pip install huggingface_hub["cli"] && \
|
55 |
#huggingface-cli delete-cache
|