8 lines
338 B
Docker
8 lines
338 B
Docker
FROM git.modelhub.org.cn:980/enginex-iluvatar/bi100-3.2.1-x86-ubuntu20.04-py3.10-poc-llm-infer:v1.2.2
|
|
|
|
WORKDIR /workspace
|
|
|
|
RUN pip install diffusers==0.34.0
|
|
RUN pip install imageio[ffmpeg] einops datasets==3.2.0 simplejson addict open_clip_torch==2.24.0 sortedcontainers modelscope==1.28.2 av==11.0.0 pytorch-lightning
|
|
COPY . /workspace/
|