Created
February 14, 2023 07:53
-
-
Save michaelgorkow/b3d1e81c03e12caa330fe97f0c71da2e to your computer and use it in GitHub Desktop.
azure_create_custom_kernel.sh
This file contains hidden or 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
| conda create -y --name pysnowpark python=3.8 | |
| conda activate pysnowpark | |
| conda install -y pip ipykernel | |
| python -m ipykernel install --user --name snowpark_demo --display-name "snowpark_demo" | |
| pip install "snowflake-snowpark-python[pandas]" azureml-mlflow | |
| pip install git+https://github.com/Snowflake-Labs/mlflow-snowflake.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment