Skip to content

Commit

Permalink
Update path of batch-predictor's main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Rahmansyah committed Apr 4, 2024
1 parent 1381a0b commit 98b8774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ImageBuilderConfig:
DockerfilePath: docker/app.Dockerfile
BuildContextURI: git://github.com/gojek/merlin.git#refs/tags/v0.37.0
BuildContextSubPath: python
MainAppPath: /home/spark/main.py
MainAppPath: /home/spark/merlin-spark-app/main.py
BuildNamespace: mlp
DockerRegistry: ghcr.io/caraml-dev
BuildTimeout: 10m
Expand Down
2 changes: 1 addition & 1 deletion python/batch-predictor/docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ RUN wget --quiet https://github.com/conda-forge/miniforge/releases/download/${MI
$CONDA_DIR/bin/conda clean -afy && \
echo "source $CONDA_DIR/etc/profile.d/conda.sh" >> $HOME/.bashrc

COPY batch-predictor/docker/main.py ${HOME}/main.py
COPY batch-predictor/docker/main.py ${HOME}/merlin-spark-app/main.py
COPY batch-predictor/docker/merlin_entrypoint.sh /usr/bin/merlin_entrypoint.sh
COPY batch-predictor/docker/process_conda_env.sh /usr/bin/process_conda_env.sh

0 comments on commit 98b8774

Please sign in to comment.