Skip to content

Commit b97542e

Browse files
committed
Egg-based install is not supported anymore according to PEP-517
1 parent 08f4457 commit b97542e

File tree

1 file changed

+1
-1
lines changed
  • images/runtime/training/py311-rocm62-torch251

1 file changed

+1
-1
lines changed

images/runtime/training/py311-rocm62-torch251/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN export TMP_DIR=$(mktemp -d) \
7474
&& git clone --depth 1 --branch v2.7.4 https://github.com/Dao-AILab/flash-attention.git \
7575
&& cd flash-attention \
7676
&& git submodule update --init \
77-
&& MAX_JOBS="16" python3 setup.py install --verbose \
77+
&& MAX_JOBS="16" pip install --no-build-isolation . \
7878
&& rm -rf $TMP_DIR
7979

8080
# Install BitsAndBytes

0 commit comments

Comments
 (0)