Spaces:
Paused
Paused
update package
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,8 +13,8 @@ RUN pip3 install "torch==2.1.1"
|
|
| 13 |
|
| 14 |
# This build is slow but NVIDIA does not provide binaries. Increase MAX_JOBS as needed.
|
| 15 |
# RUN pip3 install "git+https://github.com/stanford-futuredata/megablocks.git"
|
| 16 |
-
RUN pip3 install
|
| 17 |
-
RUN pip3 install
|
| 18 |
RUN pip3 install "xformers==0.0.23" "transformers==4.36.0" "fschat[model_worker]==0.2.34"
|
| 19 |
|
| 20 |
RUN git clone https://github.com/NVIDIA/apex && \
|
|
|
|
| 13 |
|
| 14 |
# This build is slow but NVIDIA does not provide binaries. Increase MAX_JOBS as needed.
|
| 15 |
# RUN pip3 install "git+https://github.com/stanford-futuredata/megablocks.git"
|
| 16 |
+
RUN pip3 install -U openai
|
| 17 |
+
RUN pip3 install -U vllm
|
| 18 |
RUN pip3 install "xformers==0.0.23" "transformers==4.36.0" "fschat[model_worker]==0.2.34"
|
| 19 |
|
| 20 |
RUN git clone https://github.com/NVIDIA/apex && \
|