aviemzur commented on a change in pull request #46:
URL: https://github.com/apache/incubator-liminal/pull/46#discussion_r651810615
##########
File path: examples/aws-ml-app-demo/liminal.yml
##########
@@ -1,22 +1,30 @@
---
name: MyDataScienceApp
owner: Bosco Albert Baracus
+volumes:
+ - volume: gettingstartedvol
+ claim_name: gettingstartedvol-pvc
+ local:
+ path: .
images:
- image: myorg/mydatascienceapp
type: python
- source: .
services:
Review comment:
Remove entire `images` section since this API is not integrated yet
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]