Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure/cyclecloud-data-science-vm
Azure CycleCloud project to enable running the Azure Data Science VM Marketplace offering instance.
https://github.com/Azure/cyclecloud-data-science-vm
Last synced: 2 months ago
JSON representation
Azure CycleCloud project to enable running the Azure Data Science VM Marketplace offering instance.
- Host: GitHub
- URL: https://github.com/Azure/cyclecloud-data-science-vm
- Owner: Azure
- License: mit
- Created: 2018-07-27T17:26:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T16:45:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T20:23:34.196Z (3 months ago)
- Size: 31.3 KB
- Stars: 2
- Watchers: 15
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Single Data Science VM #
This project demonstrates launching the Microsoft Azure Data Science VM as a standalone node.
The Data Science VM may be used as the base image in most CycleCloud clusters.## License ##
To use the Microsoft DataScience VM, you must first accept the license agreement.
The simplest way to do so is to run the following Azure CLI commands:``` bash
az vm image accept-terms --publisher microsoft-ads --offer linux-data-science-vm --plan linuxdsvm
az vm image accept-terms --publisher microsoft-ads --offer linux-data-science-vm-ubuntu --plan linuxdsvmubuntu
az vm image accept-terms --publisher microsoft-ads --offer windows-data-science-vm --plan windows2016
```## Pre-Requisites ##
This sample requires the following:
1. CycleCloud must be installed and running.
a. If this is not the case, see the CycleCloud QuickStart Guide for
assistance.2. The CycleCloud CLI must be installed and configured for use.
3. You must have access to log in to CycleCloud.
4. You must have access to upload data and launch instances in your chosen
Cloud Provider account.5. You must have access to a configured CycleCloud "Locker" for Project Storage
(Cluster-Init and Chef).6. Optional: To use the `cyclecloud project upload ` command, you must
have a Pogo configuration file set up with write-access to your locker.a. You may use your preferred tool to interact with your storage "Locker"
instead.## Configuring the Project ##
The first step is to configure the project for use with your storage locker:
1. Open a terminal session with the CycleCloud CLI enabled.
2. Switch to the data-science-vm project directory.
## Deploying the Project ##
To upload the project (including any local changes) to your target locker, run the
`cyclecloud project upload` command from the project directory. The expected output looks like
this:``` bash
$ cyclecloud project upload my_locker
Sync completed!```
**IMPORTANT**
For the upload to succeed, you must have a valid Pogo configuration for your target Locker.
## Importing the Cluster Template ##
To import the cluster:
1. Open a terminal session with the CycleCloud CLI enabled.
2. Switch to the data-science-vm project directory.
3. Run ``cyclecloud import_template Data-Science-VM -f templates/data-science-vm.txt``.
The expected output looks like this:
``` bash
$ cyclecloud import_template Data-Science-VM -f templates/data-science-vm.txt --force
Importing template Data-Science-VM....
----------------------------
Data-Science-VM : *template*
----------------------------
Keypair:
Cluster nodes:
dsvm: off
Total nodes: 1
```# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.