Commit 018689a0 authored by chenpangpang's avatar chenpangpang
Browse files

feat: fix bug

parent 4e449853
...@@ -4,7 +4,7 @@ ARG IMAGE_UPPER=CogVideoX-5B-Space ...@@ -4,7 +4,7 @@ ARG IMAGE_UPPER=CogVideoX-5B-Space
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.txt RUN pip install --no-cache-dir -r requirements.txt
######### #########
......
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