add Dockerfile for mrv100

This commit is contained in:
2025-08-21 10:14:54 +08:00
parent e234ac5489
commit 9009b27d65
3 changed files with 11 additions and 2 deletions

7
Dockerfile.mrv100 Normal file
View File

@@ -0,0 +1,7 @@
FROM corex:4.3.0
WORKDIR /workspace
COPY whls-mrv100 /packages
RUN pip install diffusers==0.34.0 sentencepiece transformers==4.55.2
# RUN pip install /packages/*.whl
COPY main.py test.sh dataset.json /workspace/