Tony Zhao

Results 3 comments of Tony Zhao

it is `docker run --init` per [comment above](https://github.com/sbt/sbt-native-packager/issues/1505#issuecomment-1346100907) but it is being documented and coded as buildOption sooo there was a misunderstanding?

ran into a similar issue, added the following for https://github.com/databricks/spark-deep-learning: ``` organization := "databricks" name := "spark-deep-learning" spName := organization.value + "/" + name.value projectID := {ModuleID(organization.value, name.value, s"${version.value}-s_$scalaMajorVersion")} ```