Skip to content

Commit c4dff44

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt update && \
99
jq \
1010
python3-dev \
1111
build-essential
12+
COPY . .
1213

1314
RUN pip install pip --upgrade
1415
RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres]==${VERSION}"
@@ -18,4 +19,4 @@ RUN apt install -y -V ca-certificates lsb-release wget
1819
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
1920
RUN apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
2021
RUN apt update
21-
RUN apt -y install libarrow-dev
22+
RUN apt -y install libarrow-dev

0 commit comments

Comments
 (0)