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 c4dff44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt update && \
jq \
python3-dev \
build-essential
COPY . .

RUN pip install pip --upgrade
RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres]==${VERSION}"
Expand All @@ -18,4 +19,4 @@ 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 c4dff44

Please sign in to comment.