Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -114,7 +114,8 @@ RUN pip install --index-url https://download.pytorch.org/whl/cu128 \
|
|
| 114 |
|
| 115 |
|
| 116 |
RUN pip uninstall -y triton || true && \
|
| 117 |
-
pip install
|
|
|
|
| 118 |
|
| 119 |
RUN pip install --upgrade bitsandbytes
|
| 120 |
|
|
|
|
| 114 |
|
| 115 |
|
| 116 |
RUN pip uninstall -y triton || true && \
|
| 117 |
+
pip install --pre --upgrade --extra-index-url https://download.pytorch.org/whl/nightly/cpu triton-nightly
|
| 118 |
+
|
| 119 |
|
| 120 |
RUN pip install --upgrade bitsandbytes
|
| 121 |
|