Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -41,7 +41,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa
|
|
41 |
RUN apt-get update
|
42 |
|
43 |
# Install Python 3.12, pip, and other necessary development tools
|
44 |
-
RUN apt-get install -y tzdata git curl python3.12 python3.12-venv python3.12-dev python3.12-full python3-pip python3-setuptools
|
45 |
|
46 |
# RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
47 |
# RUN python3.12 get-pip.py
|
@@ -57,7 +57,7 @@ RUN python3 --version && python3 -m pip --version
|
|
57 |
# RUN pip install --upgrade pip
|
58 |
|
59 |
# Install uv, setuptools, and torch for xformers
|
60 |
-
RUN
|
61 |
|
62 |
|
63 |
# Install vLLM
|
|
|
41 |
RUN apt-get update
|
42 |
|
43 |
# Install Python 3.12, pip, and other necessary development tools
|
44 |
+
RUN apt-get install -y tzdata git curl python3.12 python3.12-venv python3.12-dev python3.12-full python3-pip python3-setuptools pipx
|
45 |
|
46 |
# RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
47 |
# RUN python3.12 get-pip.py
|
|
|
57 |
# RUN pip install --upgrade pip
|
58 |
|
59 |
# Install uv, setuptools, and torch for xformers
|
60 |
+
RUN pipx install uv
|
61 |
|
62 |
|
63 |
# Install vLLM
|