Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 17, 2023
1 parent 1696e04 commit eda7496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration_tests/feature-store/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ RUN apt install -y postgresql-client

ADD ./server/model/requirements.txt $WORK_DIR/model-pipreqs.txt
ADD ./generator/requirements.txt $WORK_DIR/generator-pipreqs.txt
RUN pip3 install --upgrade pip --break-system-packages
RUN pip3 install -r $WORK_DIR/model-pipreqs.txt --break-system-packages
RUN pip3 install -r $WORK_DIR/generator-pipreqs.txt --break-system-packages
RUN pip3 install risingwave --break-system-packages
RUN pip3 install --upgrade pip
RUN pip3 install -r $WORK_DIR/model-pipreqs.txt
RUN pip3 install -r $WORK_DIR/generator-pipreqs.txt
RUN pip3 install risingwave

RUN apt install -y lsof curl openssl libssl-dev pkg-config build-essential
RUN apt install -y cmake librdkafka-dev
Expand Down

0 comments on commit eda7496

Please sign in to comment.