Skip to content
Prev Previous commit
Next Next commit
include pyproject.toml in dockerfile
Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
  • Loading branch information
tokoko committed Apr 22, 2024
commit 549d67efd45e2a7015293609863dc7717398ebb3
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY java/serving/src/test/resources/docker-compose/feast10/ .
COPY sdk/python /mnt/feast/sdk/python
COPY protos /mnt/feast/protos
COPY setup.py /mnt/feast/setup.py
COPY pyproject.toml /mnt/feast/pyproject.toml
COPY README.md /mnt/feast/README.md
RUN cd /mnt/feast && SETUPTOOLS_SCM_PRETEND_VERSION="0.1.0" pip install .[grpcio,redis]
EXPOSE 8080
Expand Down