blanchon commited on
Commit
96be85a
·
1 Parent(s): 2af4f8b
Files changed (1) hide show
  1. DOCKERFILE +1 -1
DOCKERFILE CHANGED
@@ -66,7 +66,7 @@ RUN --mount=type=cache,target=$UV_CACHE_DIR,uid=1000,gid=1000 \
66
 
67
  # Install flash-attn
68
  RUN --mount=type=cache,target=$UV_CACHE_DIR,uid=1000,gid=1000 \
69
- /MAX_JOBS=4 uv pip install flash-attn --no-build-isolation
70
 
71
  # Install Python packages with uv caching
72
  RUN --mount=type=cache,target=$UV_CACHE_DIR,uid=1000,gid=1000 \
 
66
 
67
  # Install flash-attn
68
  RUN --mount=type=cache,target=$UV_CACHE_DIR,uid=1000,gid=1000 \
69
+ MAX_JOBS=4 /uv pip install flash-attn --no-build-isolation
70
 
71
  # Install Python packages with uv caching
72
  RUN --mount=type=cache,target=$UV_CACHE_DIR,uid=1000,gid=1000 \