Skip to content

Commit

Permalink
build: update Dockerfile to include custom model
Browse files Browse the repository at this point in the history
  • Loading branch information
atrifat committed Jun 25, 2024
1 parent abf9443 commit 1930949
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ ENV HOME=/home/user

COPY --from=builder --chown=user:user /builder/venv /app/venv

COPY --chown=user:user app.py app.py
COPY --chown=user:user app.py app.py

RUN mkdir -p /app/experiments
COPY --chown=user:user experiments/*.pkl experiments/

RUN chown -R user:user /app && chown -R user:user /home/user

Expand Down

0 comments on commit 1930949

Please sign in to comment.