Skip to content

Commit 9efb243

Browse files
authored
fix: Feature Server image startup in OpenShift clusters (feast-dev#4096)
create necessary feature server dir(s) during image build Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 7617bdb commit 9efb243

File tree

1 file changed

+2
-1
lines changed
  • sdk/python/feast/infra/feature_servers/multicloud

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ RUN apt install -y -V ca-certificates lsb-release wget
1818
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
1919
RUN apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
2020
RUN apt update
21-
RUN apt -y install libarrow-dev
21+
RUN apt -y install libarrow-dev
22+
RUN mkdir -m 775 /.cache

0 commit comments

Comments
 (0)