Skip to content

Commit 1930949

Browse files
committed
build: update Dockerfile to include custom model
1 parent abf9443 commit 1930949

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ ENV HOME=/home/user
2626

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

29-
COPY --chown=user:user app.py app.py
29+
COPY --chown=user:user app.py app.py
30+
31+
RUN mkdir -p /app/experiments
32+
COPY --chown=user:user experiments/*.pkl experiments/
3033

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

0 commit comments

Comments
 (0)