Skip to content

Commit e709312

Browse files
committed
remove github submodule
1 parent e4e4f86 commit e709312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN echo "export PATH=\"/opt/conda/bin:/root/.cargo/bin:\$PATH\"" >> /root/.bash
3636
WORKDIR open_diloco
3737
RUN pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly/cpu
3838
RUN pip install flash-attn>=2.5.8
39+
3940
COPY requirements.txt requirements.txt
4041
RUN pip install --no-cache-dir -r requirements.txt
4142
COPY requirements-dev.txt requirements-dev.txt

0 commit comments

Comments
 (0)