Spaces:
Paused
Paused
optimize
Browse files- Dockerfile +0 -7
Dockerfile
CHANGED
@@ -15,13 +15,6 @@ 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 && \
|
22 |
-
sed -i '/check_cuda_torch_binary_vs_bare_metal(CUDA_HOME)/d' setup.py && \
|
23 |
-
python3 setup.py install --cpp_ext --cuda_ext
|
24 |
-
|
25 |
RUN pip3 install -U pydantic
|
26 |
|
27 |
# Set up a new user named "user" with user ID 1000
|
|
|
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 -U pydantic
|
19 |
|
20 |
# Set up a new user named "user" with user ID 1000
|