We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5cecd commit 57d985bCopy full SHA for 57d985b
scripts/docker/dockerfile
@@ -41,6 +41,7 @@ RUN . /opt/venv/bin/activate && uv pip install flash_attn==2.8.3 --no-deps --no-
41
42
# cache friendly layer for code changes
43
COPY . .
44
+RUN . /opt/venv/bin/activate && uv pip install -e .[verl] -i https://mirrors.aliyun.com/pypi/simple/
45
RUN wget https://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/astuner_archive/dataset.tar.gz
46
RUN mkdir -p /mnt/data_cpfs/model_cache/modelscope
47
RUN tar -xzf dataset.tar.gz -C /mnt/data_cpfs/model_cache/modelscope/ && rm dataset.tar.gz
0 commit comments