Commit ff4f081f authored by chenpangpang's avatar chenpangpang
Browse files

feat: 修复找不到requirements

parent 77605806
...@@ -4,7 +4,7 @@ ARG IMAGE_UPPER=Cinemo ...@@ -4,7 +4,7 @@ ARG IMAGE_UPPER=Cinemo
ARG BRANCH=gpu 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 requirements_web_demo.txt RUN pip install -r requirements.txt
######### #########
# Prod # # Prod #
......
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