Skip to content

Commit 95fa2bd

Browse files
author
Doug Lehr
committed
Remove copy of pytorch and vision modules
1 parent ffaeba9 commit 95fa2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.rocm_base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ RUN cd flash-attention \
101101
&& git submodule update --init \
102102
&& GPU_ARCHS=$(echo ${PYTORCH_ROCM_ARCH} | sed -e 's/;gfx1[0-9]\{3\}//g') python3 setup.py bdist_wheel --dist-dir=dist
103103
RUN mkdir -p /app/install \
104-
&& cp /app/pytorch/dist/*.whl /app/install \
105-
&& cp /app/vision/dist/*.whl /app/install \
104+
# && cp /app/pytorch/dist/*.whl /app/install \
105+
# && cp /app/vision/dist/*.whl /app/install \
106106
&& cp /app/flash-attention/dist/*.whl /app/install
107107
RUN mkdir -p /app/install && cp /app/flash-attention/dist/*.whl /app/install
108108

0 commit comments

Comments
 (0)