Skip to content

Commit caf5865

Browse files
committed
fix: dockerfile pip command
1 parent 3937298 commit caf5865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN pip install uv
3434
RUN uv venv /opt/venv --python=3.10 && \
3535
. /opt/venv/bin/activate && \
3636
uv pip install -e .[verl] && \
37-
uv pip install flash_attn==2.8.1 --no-deps --no-cache-dir
37+
uv pip install flash_attn==2.8.1 --no-deps --no-cache-dir --no-build-isolation
3838

3939
# set entrypoint to activate the virtual environment
4040
ENTRYPOINT ["/bin/bash", "-c", "source /opt/venv/bin/activate && exec \"$@\"", "--"]

0 commit comments

Comments
 (0)