mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +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
|
||||
COPY pyproject.toml .
|
||||
|
||||
# Install packages specified in pyproject.toml cu121
|
||||
RUN pip3 install --no-cache-dir .[cu121]
|
||||
# Install packages specified in pyproject.toml cu121, extras
|
||||
RUN pip3 install --no-cache-dir .[cu121,extras]
|
||||
|
||||
RUN rm pyproject.toml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user