Update
Browse files- 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 |
-
|
| 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 \
|