Skip to content

Commit

Permalink
use legacy resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 30, 2024
1 parent 8ee4c27 commit 2a7ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile_CPU
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN pip install -r /tmp/docker-requirements.txt

COPY requirements.txt /tmp/requirements.txt
COPY api-requirements.txt /tmp/api-requirements.txt
RUN pip install -r /tmp/requirements.txt
RUN pip install --use-deprecated=legacy-resolver -r /tmp/requirements.txt

COPY docker/ramp/solaris /tmp/solaris
RUN pip install /tmp/solaris --use-feature=in-tree-build && \
Expand Down

0 comments on commit 2a7ec2a

Please sign in to comment.