Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Expose a volume for trained models
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Zylbersztejn authored Mar 13, 2020
1 parent 35fa580 commit f0ab5ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile_botfront
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ WORKDIR /app
# Create a volume for temporary data
VOLUME /tmp

# Create a volume for models
VOLUME /app/models

# # Make sure the default group has the same permissions as the owner
# RUN chgrp -R 0 . && chmod -R g=u .

Expand Down

0 comments on commit f0ab5ad

Please sign in to comment.