Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
1b73ab2a
"vllm/vscode:/vscode.git/clone" did not exist on "9cff1203829b2e7e84d65658b42fa20133ea0dd4"
Unverified
Commit
1b73ab2a
authored
Nov 02, 2024
by
Nikita Furin
Committed by
GitHub
Nov 02, 2024
Browse files
[CI/Build] Quoting around > (#9956)
parent
cea808f3
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+1
-1
Dockerfile.neuron
Dockerfile.neuron
+1
-1
Dockerfile.ppc64le
Dockerfile.ppc64le
+1
-1
Dockerfile.rocm
Dockerfile.rocm
+1
-1
Dockerfile.tpu
Dockerfile.tpu
+1
-1
No files found.
Dockerfile
View file @
1b73ab2a
...
@@ -206,7 +206,7 @@ FROM vllm-base AS vllm-openai
...
@@ -206,7 +206,7 @@ FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server
# install additional dependencies for openai api server
RUN
--mount
=
type
=
cache,target
=
/root/.cache/pip
\
RUN
--mount
=
type
=
cache,target
=
/root/.cache/pip
\
pip
install
accelerate hf_transfer
'modelscope!=1.15.0'
bitsandbytes>
=
0.44.0
timm
==
0.9.10
pip
install
accelerate hf_transfer
'modelscope!=1.15.0'
'
bitsandbytes>=0.44.0
'
timm
==
0.9.10
ENV
VLLM_USAGE_SOURCE production-docker-image
ENV
VLLM_USAGE_SOURCE production-docker-image
...
...
Dockerfile.neuron
View file @
1b73ab2a
...
@@ -31,7 +31,7 @@ RUN --mount=type=bind,source=.git,target=.git \
...
@@ -31,7 +31,7 @@ RUN --mount=type=bind,source=.git,target=.git \
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
RUN python3 -m pip install -U \
RUN python3 -m pip install -U \
cmake>=3.26 ninja packaging setuptools-scm>=8 wheel jinja2 \
'
cmake>=3.26
'
ninja packaging
'
setuptools-scm>=8
'
wheel jinja2 \
-r requirements-neuron.txt
-r requirements-neuron.txt
ENV VLLM_TARGET_DEVICE neuron
ENV VLLM_TARGET_DEVICE neuron
...
...
Dockerfile.ppc64le
View file @
1b73ab2a
...
@@ -21,7 +21,7 @@ RUN --mount=type=bind,source=.git,target=.git \
...
@@ -21,7 +21,7 @@ RUN --mount=type=bind,source=.git,target=.git \
# These packages will be in rocketce eventually
# These packages will be in rocketce eventually
RUN --mount=type=cache,target=/root/.cache/pip \
RUN --mount=type=cache,target=/root/.cache/pip \
pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
cmake>=3.26 ninja packaging setuptools-scm>=8 wheel jinja2 \
'
cmake>=3.26
'
ninja packaging
'
setuptools-scm>=8
'
wheel jinja2 \
torch==2.3.1 \
torch==2.3.1 \
-r requirements-cpu.txt \
-r requirements-cpu.txt \
xformers uvloop==0.20.0
xformers uvloop==0.20.0
...
...
Dockerfile.rocm
View file @
1b73ab2a
...
@@ -52,7 +52,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
...
@@ -52,7 +52,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
python3 -m pip uninstall -y torch torchvision \
python3 -m pip uninstall -y torch torchvision \
&& python3 -m pip install --pre \
&& python3 -m pip install --pre \
torch==2.6.0.dev20240918 \
torch==2.6.0.dev20240918 \
setuptools-scm>=8 \
'
setuptools-scm>=8
'
\
torchvision==0.20.0.dev20240918 \
torchvision==0.20.0.dev20240918 \
--extra-index-url https://download.pytorch.org/whl/nightly/rocm6.2;; \
--extra-index-url https://download.pytorch.org/whl/nightly/rocm6.2;; \
*) ;; esac
*) ;; esac
...
...
Dockerfile.tpu
View file @
1b73ab2a
...
@@ -25,7 +25,7 @@ ENV VLLM_TARGET_DEVICE="tpu"
...
@@ -25,7 +25,7 @@ ENV VLLM_TARGET_DEVICE="tpu"
RUN --mount=type=cache,target=/root/.cache/pip \
RUN --mount=type=cache,target=/root/.cache/pip \
--mount=type=bind,source=.git,target=.git \
--mount=type=bind,source=.git,target=.git \
python3 -m pip install \
python3 -m pip install \
cmake>=3.26 ninja packaging setuptools-scm>=8 wheel jinja2 \
'
cmake>=3.26
'
ninja packaging
'
setuptools-scm>=8
'
wheel jinja2 \
-r requirements-tpu.txt
-r requirements-tpu.txt
RUN python3 setup.py develop
RUN python3 setup.py develop
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment