Skip to content

Commit

Permalink
Fix magprime requirements install
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Nov 29, 2024
1 parent 3aa5e69 commit 8c05031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ENV uber_plugins=["magprime"]
# install plugins
COPY . plugins/magprime/

RUN uv pip install --system -r plugins/magprime/requirements.txt
RUN /root/.local/bin/uv pip install --system -r requirements.txt;

0 comments on commit 8c05031

Please sign in to comment.