wrdias commited on
Commit
3bac05c
·
1 Parent(s): d80a5fa

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ RUN pyenv install $PYTHON_VERSION && \
37
  pip install --no-cache-dir \
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
 
37
  pip install --no-cache-dir \
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