[ci skip] Add language versions, conda info, fix spark info

This commit is contained in:
Peter Parente
2019-03-15 18:21:22 -04:00
parent eb149a8c33
commit 243da296a1
8 changed files with 90 additions and 4 deletions

View File

@@ -10,6 +10,14 @@ ${COMMIT_MSG}
## Python Packages
\`\`\`
$(docker run --rm ${IMAGE_NAME} python --version)
\`\`\`
\`\`\`
$(docker run --rm ${IMAGE_NAME} conda info)
\`\`\`
\`\`\`
$(docker run --rm ${IMAGE_NAME} conda list)
\`\`\`