mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-27 17:51:36 +00:00
Docker: Add extras to dockerfile
Adds support for all features when pulling the image Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -19,8 +19,8 @@ WORKDIR /app
|
|||||||
# Get requirements
|
# Get requirements
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml .
|
||||||
|
|
||||||
# Install packages specified in pyproject.toml cu121
|
# Install packages specified in pyproject.toml cu121, extras
|
||||||
RUN pip3 install --no-cache-dir .[cu121]
|
RUN pip3 install --no-cache-dir .[cu121,extras]
|
||||||
|
|
||||||
RUN rm pyproject.toml
|
RUN rm pyproject.toml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user