fexeak commited on
Commit
584e703
·
1 Parent(s): 841df94

add higgs-audio

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -15,8 +15,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
  # 安装 higgs-audio-v2-generation-3B-base
16
  RUN git clone https://github.com/boson-ai/higgs-audio.git && \
17
  cd higgs-audio && \
18
- python3 -m venv higgs_audio_env && \
19
- source higgs_audio_env/bin/activate && \
20
  pip install -r requirements.txt && \
21
  pip install -e .
22
 
 
15
  # 安装 higgs-audio-v2-generation-3B-base
16
  RUN git clone https://github.com/boson-ai/higgs-audio.git && \
17
  cd higgs-audio && \
 
 
18
  pip install -r requirements.txt && \
19
  pip install -e .
20