Skip to content

Commit 4312222

Browse files
Address review comments
Signed-off-by: Thara Palanivel <130496890+tharapalanivel@users.noreply.github.com>
1 parent 0b35c73 commit 4312222

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,12 @@ RUN python -m pip install packaging && \
8686
python -m pip install --upgrade pip && \
8787
python -m pip install torch && \
8888
python -m pip install wheel
89+
90+
# TODO Move to installing wheel once we have proper releases setup instead of cloning the repo
8991
RUN git clone https://github.com/foundation-model-stack/fms-hf-tuning.git && \
9092
cd fms-hf-tuning && \
9193
python -m pip install -r requirements.txt && \
94+
python -m pip install -r flashattn_requirements.txt && \
9295
python -m pip install -U datasets && \
9396
python -m pip install /tmp/fms-hf-tuning
9497

0 commit comments

Comments
 (0)