Skip to content

Commit

Permalink
Fix build-pyfunc-server-base
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Rahmansyah committed Mar 13, 2024
1 parent 1b539f9 commit a37b72b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,14 @@ jobs:
POSTGRES_PASSWORD: ${{ secrets.DB_PASSWORD }}
run: make it-test-api-ci


test-observation-publisher:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: '3.10'
python-version: "3.10"
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -506,7 +505,8 @@ jobs:
- build-pyfunc-server-base
- build-observation-publisher
- test-python-sdk
- e2e-test
# TODO(arief): Uncomment this
# - e2e-test
with:
version: ${{ needs.create-version.outputs.version }}
secrets:
Expand Down
4 changes: 2 additions & 2 deletions python/pyfunc-server/docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linu
RUN mkdir /prom_dir
ENV PROMETHEUS_MULTIPROC_DIR=/prom_dir prometheus_multiproc_dir=/prom_dir

COPY process_conda_env.sh /bin/process_conda_env.sh
COPY run.sh /bin/run.sh
COPY pyfunc-server/docker/process_conda_env.sh /bin/process_conda_env.sh
COPY pyfunc-server/docker/run.sh /bin/run.sh

0 comments on commit a37b72b

Please sign in to comment.