Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
FROM python:3.8-slim
|
2 |
|
|
|
3 |
RUN pip install torch transformers datasets deepspeed vllm accelerate unsloth
|
4 |
RUN pip install huggingface_hub
|
5 |
|
|
|
1 |
FROM python:3.8-slim
|
2 |
|
3 |
+
RUN pip install --upgrade pip setuptools wheel
|
4 |
RUN pip install torch transformers datasets deepspeed vllm accelerate unsloth
|
5 |
RUN pip install huggingface_hub
|
6 |
|