Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 12:49 PM - edited 07-25-2023 12:52 PM
Hey @Debayan
1. I have Databricks Container Services enabled
2. "Your machine must be running a recent Docker daemon" - I'm not sure I followed this one. Databricks is the one managing my machines on AWS.
"could you please try through the API if it is getting deployed?" - Do you refer to try the cluster initialization using the API? can you give me a reference for this one?
"it looks like the iptables has been enabled in the image for python" - Trying both standard and python images and they seem to be missing iptables:
docker run databricksruntime/standard:12.2-LTS bash -c 'iptables'
> bash: iptables: command not found
docker run databricksruntime/python:12.2-LTS bash -c 'iptables'
> bash: iptables: command not found