Skip to content

Commit 00f6bec

Browse files
committed
revert the COPY command
Signed-off-by: Chester Ong <chester.ong.ch@gmail.com>
1 parent 7ca7082 commit 00f6bec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ RUN apt update && \
1111
build-essential
1212

1313
RUN pip install pip --upgrade
14+
COPY . .
15+
1416
RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres]==${VERSION}"
1517

1618
RUN apt update
1719
RUN apt install -y -V ca-certificates lsb-release wget
1820
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
1921
RUN apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
2022
RUN apt update
21-
RUN apt -y install libarrow-dev
23+
RUN apt -y install libarrow-dev

0 commit comments

Comments
 (0)