Dockerfile: remove deprecated --use-feature

This commit is contained in:
mehrad 2022-10-17 14:06:07 -07:00
parent 17077c5769
commit fbeaea783c
No known key found for this signature in database
GPG Key ID: AAF81F778210AE42
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ RUN dnf -y install git gcc gcc-c++ make cmake && \
python38-pip \
python38-wheel \
&& pip3 install --upgrade pip \
&& pip3 install --use-feature=2020-resolver awscli \
&& pip3 install --use-feature=2020-resolver -e /opt/genienlp \
&& pip3 install awscli \
&& pip3 install -e /opt/genienlp \
&& python3 -m spacy download en_core_web_sm \
&& rm -fr /root/.cache \
&& dnf -y remove gcc gcc-c++ make cmake \