Delete Dockerfile
Browse files- Dockerfile +0 -11
Dockerfile
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
RUN pip install --no-cache-dir pip -U && \
|
2 |
-
pip install --no-cache-dir flash-attn --no-build-isolation && \
|
3 |
-
pip install --no-cache-dir \
|
4 |
-
datasets \
|
5 |
-
huggingface-hub>=0.19 \
|
6 |
-
hf-transfer>=0.1.4 \
|
7 |
-
protobuf<4 \
|
8 |
-
click<8.1 \
|
9 |
-
pydantic~=1.0 \
|
10 |
-
torch==2.4.0 \
|
11 |
-
-r /tmp/requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|