tonychenxyz commited on
Commit
3b355b4
1 Parent(s): d4419d5

updated all versions

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +5 -1
Dockerfile CHANGED
@@ -46,7 +46,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
46
  cp -r ${HOME}/app/gitrepo/* ${HOME}/app
47
  RUN pip install packaging && \
48
  pip install -r ${HOME}/app/requirements.txt && \
49
- pip install -U flash-attn gradio spacy transformers fastapi
50
  ENV PYTHONPATH=${HOME}/app \
51
  PYTHONUNBUFFERED=1 \
52
  # HF_HUB_ENABLE_HF_TRANSFER=1 \
 
46
  cp -r ${HOME}/app/gitrepo/* ${HOME}/app
47
  RUN pip install packaging && \
48
  pip install -r ${HOME}/app/requirements.txt && \
49
+ pip install -U flash-attn gradio spacy==3.7.6 transformers fastapi
50
  ENV PYTHONPATH=${HOME}/app \
51
  PYTHONUNBUFFERED=1 \
52
  # HF_HUB_ENABLE_HF_TRANSFER=1 \
requirements.txt CHANGED
@@ -15,4 +15,8 @@ tyro
15
  deepfilternet
16
  pydub
17
  soundfile
18
- huggingface_hub
 
 
 
 
 
15
  deepfilternet
16
  pydub
17
  soundfile
18
+ huggingface_hub
19
+ pydantic==2.9.2
20
+ spacy==3.7.6
21
+ gradio==3.50.2
22
+