Skip to content

Commit

Permalink
Merge pull request #63 from IvanKuchin/development
Browse files Browse the repository at this point in the history
Bugfix: incorrect container entrypoint
  • Loading branch information
IvanKuchin authored Dec 30, 2024
2 parents 299508d + f1321e4 commit 2f11b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ RUN pip install .

COPY --from=helper /app/weights.keras ${APP_FOLDER}/checkpoints/weights.keras

RUN chmod +x ${APP_FOLDER}/entrypoint.sh
RUN chmod +x ${APP_FOLDER}/docker/entrypoint.sh

CMD ["docker/entrypoint.sh"]

0 comments on commit 2f11b0c

Please sign in to comment.