Skip to content

Commit

Permalink
Include function data folder in docker image (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored Aug 28, 2024
1 parent cdcff5e commit 524624a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-ray-node
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /
USER 0
RUN mkdir /data && chown 1000:1000 /data
RUN mkdir /function_data && chown 1000:1000 /function_data
COPY client ./qs
WORKDIR /qs

Expand Down

0 comments on commit 524624a

Please sign in to comment.