Questions tagged [azure-dsvm]

Questions referring to the Azure Data Science Virtual Machine, which are Azure Virtual Machine images, pre-installed, configured and tested with several popular tools that are commonly used for data analytics, machine learning and AI training

Useful Links:

  1. Overview
  2. Samples & Walkthroughs
45 questions
0
votes
2 answers

Can not install AzureStor on Azure DSVM as it will not detect Rtools

I am trying to install AzureStor in order to access Azure storage blobs from an Azure DSVM running RStudio. AzureStor needs Rtools, however I have not been able to install a working version of Rtools that RStudio can connect to. I have tried 2…
Darren
  • 83
  • 7
0
votes
1 answer

Create Azure DSVM with custom image templates

Our security team only allow VMs created from custom golden images, so how can I create Azure-DSVM from enterprise custom image?
0
votes
2 answers

SSH public key authentication with Linux Azure DSVM through R

I'm trying to use the R AzureDSVM package to create a Linux DSVM through R. I am reading the guide https://raw.githubusercontent.com/Azure/AzureDSVM/master/vignettes/10Deploy.Rmd (Azure DSVM guide) First the guide requests you create an Azure Active…
zola25
  • 1,774
  • 6
  • 24
  • 44
0
votes
1 answer

How to attach an SSD (premium) disk to my NC6 - Data Science VM in Microsoft Azure?

I have deployed a Data Science Virtual Machine on Azure on an N-series instance, which comes with a Standard HDD as the Storage Account Type. However I would like to include an SSD, but I have not been able to do so. What I have tried: In the…
hirschme
  • 774
  • 2
  • 11
  • 40
0
votes
1 answer

Docker Status Running, but unable to do docker ps

I'm trying to setup model management service on Azure Data Science VM by following the doc https://learn.microsoft.com/en-us/azure/machine-learning/desktop-workbench/deployment-setup-configuration. I have added myself as a root user added the same…
Ilyas F
  • 503
  • 4
  • 12
0
votes
2 answers

Unable to start jupyter notebook on the Deep Learning Virtual Machine (DLVM) in MS Azure

I'm trying to train keras models on the Deep Learning Virtual Machine (DLVM)from MS Azure. I've setup a Ubuntu VM and connected to it via ssh from my mac but when I try to run jupyter notebook, I get this error : No such notebook dir:…
Judy T Raj
  • 1,755
  • 3
  • 27
  • 41
0
votes
1 answer

DSVM GPU runs out of memory

I'm working on a REST API web app on the DSVM Ubuntu machine. The server runs Flask, Apache, and Keras. I'm using a GPU machine with 56GB RAM and a single K80 GPU. The problem is that even with a small batch size for predicting with my model, the…
drhoffma
  • 1
  • 2
0
votes
1 answer

CNTK on Data Science VM (FasterRCNN): ImportError: No module called 'utils.rpn'

I have just set up a new Data Science Virtual Machine on Azure. I wanted to run a script FasterRCNN.py from https://github.com/karolzak/CNTK-Hotel-pictures-classificator but received an error: from utils.rpn.rpn_helpers import create_rpn,…
Tomasz Bartkowiak
  • 12,154
  • 4
  • 57
  • 62
0
votes
1 answer

nvidia error on Azure DSVM/DLVM

I have been creating a few Ubuntu DSVMs and DLVMs on Azure with GPU and I keep getting intermittent errors. These manifest by nvidia-smi being really slow or getting the following error: 2018/01/11 19:42:33 Error: nvml: Driver/library version…
0
votes
1 answer

DLVM - pip install error

Trying to pip install on Azure Deep Learning VM is giving this error- Complete output from command python setup.py egg_info: ERROR:root:Error parsing Traceback (most recent call last): File…
0
votes
3 answers

Is there a way to create an Azure Data Science VM using Terraform?

I am using Terraform to create Azure VMs, but since those don't have much functionality installed, I was investigating on other Azure resources. I found the Azure Data Science VM is the one that covers most of my requirements, so I was wondering if…
zapatilla
  • 1,711
  • 3
  • 22
  • 38
0
votes
1 answer

How to Route an IP to another IP in Ubuntu?

Here Is my Problem: I Have a Data Science Virtual Machine for Linux (Ubuntu) which going to host my Docker Container. Inside of this container I have a Python script running. I want my C# Client in Azure Cloud integrate with this container. When it…
sss
  • 81
  • 1
  • 2
  • 11
0
votes
2 answers

Google Cloud equivalent of Azure's Data Science VM

I need a packaged Virtual Machine on Google Cloud with the following installed already: Python (2.x, 3.x, Anaconda distro) R A database server (PostGreSQL etc) Ipython/Jupyter/JupyterHub Deep Learning Libraries (Tensorflow, Keras and GPU support…
0
votes
2 answers

CNTK on Jupyter notebook kernal not working

I am trying to get Jupyter Notebook to work with my Azure data Science VM and the kernel in not working. I installes CNTK using the shellbash and it works well from the command like. However when I pull it up using Anaconda or with the command:…
Levi Brackman
  • 325
  • 2
  • 17
-1
votes
1 answer

Azure DSVM: balck screen when launched

I have just deployed an Azure DSVM. However, when I connect to it, I just have a black screen. Any idea of what is happening?
Oolis
  • 146
  • 2
  • 2
  • 13
1 2
3