Commit 2ac6f36f authored by chenpangpang's avatar chenpangpang
Browse files

feat: 增加librosa依赖,从git安装transformer

parent c7c75720
...@@ -5,7 +5,7 @@ ARG BRANCH=gpu ...@@ -5,7 +5,7 @@ ARG BRANCH=gpu
RUN cd /root && git clone -b $BRANCH http://developer.hpccube.com/codes/chenpangpang/$IMAGE.git RUN cd /root && git clone -b $BRANCH http://developer.hpccube.com/codes/chenpangpang/$IMAGE.git
WORKDIR /root/$IMAGE/$IMAGE_UPPER WORKDIR /root/$IMAGE/$IMAGE_UPPER
RUN pip install -r demo/requirements_web_demo.txt RUN pip install -r demo/requirements_web_demo.txt
RUN pip install git+http://developer.hpccube.com/codes/chenpangpang/transformers.git
######### #########
# Prod # # Prod #
......
gradio==4.31.3 gradio==4.31.3
modelscope-studio modelscope-studio
\ No newline at end of file librosa
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment