Spaces:
Paused
Paused
remove package
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN pip3 install "torch==2.1.1"
|
|
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 && \
|
21 |
cd apex && git checkout 2386a912164b0c5cfcd8be7a2b890fbac5607c82 && \
|
|
|
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 && \
|
21 |
cd apex && git checkout 2386a912164b0c5cfcd8be7a2b890fbac5607c82 && \
|