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:
parent
69838e92ca
commit
101ebd658a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue