Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -38,6 +38,7 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
38 |
datasets \
|
39 |
huggingface-hub "protobuf<4" "click<8.1" && \
|
40 |
pip install scikit-image && \
|
|
|
41 |
pip install dynamicprompts
|
42 |
#pip install huggingface_hub["cli"] && \
|
43 |
#huggingface-cli delete-cache
|
|
|
38 |
datasets \
|
39 |
huggingface-hub "protobuf<4" "click<8.1" && \
|
40 |
pip install scikit-image && \
|
41 |
+
pip install numba && \
|
42 |
pip install dynamicprompts
|
43 |
#pip install huggingface_hub["cli"] && \
|
44 |
#huggingface-cli delete-cache
|