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

Commit f0ab5ad

Browse files
author
Nathan Zylbersztejn
authored
Expose a volume for trained models
1 parent 35fa580 commit f0ab5ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile_botfront

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ WORKDIR /app
7070
# Create a volume for temporary data
7171
VOLUME /tmp
7272

73+
# Create a volume for models
74+
VOLUME /app/models
75+
7376
# # Make sure the default group has the same permissions as the owner
7477
# RUN chgrp -R 0 . && chmod -R g=u .
7578

0 commit comments

Comments
 (0)