Skip to content

Commit

Permalink
revert the COPY command
Browse files Browse the repository at this point in the history
Signed-off-by: Chester Ong <[email protected]>
  • Loading branch information
bushwhackr committed Feb 20, 2024
1 parent 7ca7082 commit 00f6bec
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ RUN apt update && \
build-essential

RUN pip install pip --upgrade
COPY . .

RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres]==${VERSION}"

RUN apt update
RUN apt install -y -V ca-certificates lsb-release wget
RUN wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
RUN apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
RUN apt update
RUN apt -y install libarrow-dev
RUN apt -y install libarrow-dev

0 comments on commit 00f6bec

Please sign in to comment.