Skip to content

Commit 57d985b

Browse files
committed
amend dockerfile
1 parent 1c5cecd commit 57d985b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/docker/dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN . /opt/venv/bin/activate && uv pip install flash_attn==2.8.3 --no-deps --no-
4141

4242
# cache friendly layer for code changes
4343
COPY . .
44+
RUN . /opt/venv/bin/activate && uv pip install -e .[verl] -i https://mirrors.aliyun.com/pypi/simple/
4445
RUN wget https://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/astuner_archive/dataset.tar.gz
4546
RUN mkdir -p /mnt/data_cpfs/model_cache/modelscope
4647
RUN tar -xzf dataset.tar.gz -C /mnt/data_cpfs/model_cache/modelscope/ && rm dataset.tar.gz

0 commit comments

Comments
 (0)