forked from microsoft/SynapseML
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make repo mybinder.org compatible (microsoft#1487)
* feat: Add binder configuration files * fix: Fix references to new environment filename extension (yaml->yml) * trim developer dockerfile Co-authored-by: Puneet Pruthi <[email protected]>
- Loading branch information
Showing
17 changed files
with
37 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: Publish Artifact | ||
shell: bash -l {0} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: Convert notebooks to markdowns | ||
shell: bash -l {0} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: publish python package to pypi | ||
if: startsWith(steps.getGitTag.outputs.gittag, 'v') | ||
|
@@ -95,4 +95,4 @@ jobs: | |
NEXUS-PW: ${{ steps.GetKeyVaultSecrets.outputs.nexus-pw }} | ||
PGP-PRIVATE: ${{ steps.GetKeyVaultSecrets.outputs.pgp-private }} | ||
PGP-PUBLIC: ${{ steps.GetKeyVaultSecrets.outputs.pgp-public }} | ||
PGP-PW: ${{ steps.GetKeyVaultSecrets.outputs.pgp-pw }} | ||
PGP-PW: ${{ steps.GetKeyVaultSecrets.outputs.pgp-pw }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: Publish Blob Artifacts | ||
shell: bash -l {0} | ||
|
@@ -63,4 +63,4 @@ jobs: | |
files: '**/test-reports/TEST-*.xml' | ||
check_name: "SynapseE2E Test Results" | ||
comment_title: "SynapseE2E Test Results" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: Publish Blob Artifacts | ||
shell: bash -l {0} | ||
|
@@ -63,4 +63,4 @@ jobs: | |
with: | ||
files: '**/test-reports/TEST-*.xml' | ||
check_name: "DatabricksE2E Test Results" | ||
comment_title: "DatabricksE2E Test Results" | ||
comment_title: "DatabricksE2E Test Results" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: Install Pip Package | ||
shell: bash -l {0} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: Download Spark | ||
shell: bash -l {0} | ||
|
@@ -72,4 +72,4 @@ jobs: | |
curl -s https://codecov.io/bash > .codecov | ||
chmod +x .codecov | ||
echo "Starting Codecov Upload" | ||
./.codecov -t ${{ steps.GetKeyVaultSecrets.outputs.codecov-token }} | ||
./.codecov -t ${{ steps.GetKeyVaultSecrets.outputs.codecov-token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: 3.8.8 | ||
environment-file: environment.yaml | ||
environment-file: environment.yml | ||
activate-environment: synapseml | ||
- name: Test Website Samples | ||
shell: bash -l {0} | ||
|
@@ -71,4 +71,4 @@ jobs: | |
curl -s https://codecov.io/bash > .codecov | ||
chmod +x .codecov | ||
echo "Starting Codecov Upload" | ||
./.codecov -t ${{ steps.GetKeyVaultSecrets.outputs.codecov-token }} | ||
./.codecov -t ${{ steps.GetKeyVaultSecrets.outputs.codecov-token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
default-jre | ||
default-jdk | ||
openmpi-bin |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
mkdir -p $HOME/.ipython/profile_default/startup | ||
cp tools/docker/demo/init_notebook.py $HOME/.ipython/profile_default/startup/init_notebook.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
export OPENMPI_VERSION="3.1.2" | ||
export SPARK_VERSION="3.2.1" | ||
export HADOOP_VERSION="2.7" | ||
export MMLSPARK_VERSION="0.9.5" | ||
|
||
echo "Beginning Spark Session..." | ||
exec "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters