Skip to content

Commit

Permalink
Adding chmod to dockefile example (#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo authored Feb 17, 2022
1 parent 06eca06 commit db2b6bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/source/python/python_wrapping_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ EXPOSE 9000
ENV MODEL_NAME MyModel
ENV SERVICE_TYPE MODEL

# Changing folder to default user
RUN chown -R 8888 /app

CMD exec seldon-core-microservice $MODEL_NAME --service-type $SERVICE_TYPE
```

Expand Down

0 comments on commit db2b6bc

Please sign in to comment.