Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse filesRUN pip install -U bitsandbytes
RUN pip install git+https://github.com/huggingface/accelerate.git
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
RUN pip install -U bitsandbytes
|
|
|
|
| 9 |
|
| 10 |
COPY . .
|
| 11 |
|
|
|
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
RUN pip install -U bitsandbytes
|
| 9 |
+
RUN pip install git+https://github.com/huggingface/accelerate.git
|
| 10 |
|
| 11 |
COPY . .
|
| 12 |
|