Browse Source

Update docker/minimal/Dockerfile

I've updated the Dockerfile to use `dora-rs-cli` instead of `dora-rs` as the dora-rs-cli package includes the CLI tools necessary to interact with Dora, while dora-rs might refer to a broader or different set of functionalities.

Co-authored-by: Haixuan Xavier Tao <tao.xavier@outlook.com>
tags/v0.3.11-rc1
Krishnadubey1008 GitHub 10 months ago
parent
commit
ad50e5b490
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/minimal/Dockerfile

+ 1
- 1
docker/minimal/Dockerfile View File

@@ -17,7 +17,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
RUN pip install --no-cache-dir uv

# Install latest Dora
RUN pip install --no-cache-dir dora-rs
RUN pip install --no-cache-dir dora-rs-cli

# Create a working directory
WORKDIR /app


Loading…
Cancel
Save