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
2
votes
1 answer

Difference between Azure Data Science VM and Azure Deep Learning VM

I have been looking into Azure VMs for machine learning. The standard Azure DSVM is a nice and easy solution for this. I also came across the Azure Deep Learning VM, which is preconfigured to be used as a GPU-based DSVM. However, I can also deploy…
DvdZee
  • 123
  • 4
2
votes
1 answer

Retrieve data from Azure HDInsight with PySpark

I have the credentials and the URL for access to an Azure database. I want to read the data using pyspark but I don't know how to do it. Is there a specific syntax to connect to an Azure database? EDIT After I used the shared code I received this…
2
votes
1 answer

Error creating plan while provisioning Ubuntu DSVM using PowerShell

I'm trying to create an Ubuntu DSVM using PowerShell. I've determined that the Ubuntu DSVM image is released by publisher microsoft-ads, under offer linux-data-science-vm-ubuntu and SKU linuxdsvmubuntu. I gather that when specifying my VM config in…
mewahl
  • 795
  • 6
  • 20
2
votes
1 answer

DSVM - Visual Studio - R - cannot use an installed package

I am running an R script on Visual Studio in a DSVM. I ran into a problem installing a package (RODBC) that was already installed. I get this message: package 'RODBC' successfully unpacked and MD5 sums checked Warning: cannot remove prior…
jsms
  • 23
  • 4
2
votes
2 answers

Docker Container Existing after run with no error in log

I have a python app consisting of image analysis models and 2 script files. In Main.py I have XMLRPC server to run forever listening to the clients. if __name__ == "__main__": server = SimpleXMLRPCServer(("0.0.0.0", 8888)) print("Listening…
sss
  • 81
  • 1
  • 2
  • 11
2
votes
2 answers

Jupyter on Azure can not be reached

I can not access Jupyter notebook on Data science VM in Azure clould. What I did: create a Data Science VM for Linux. Resource group, NSG, etc are newly created. follow the instruction of the command dsvm-more-info. That is set…
2
votes
1 answer

In Azure, what is the difference between the two Data Science Virtual Machines for Windows?

I am provisioning a new VM for Windows to run some samples using Python notebooks and sql server. The existing samples are using the classic portal. In the new portal, I have the options to add or provision one of two VMs: Data Science Virtual…
Ernesto
  • 1,523
  • 1
  • 14
  • 32
2
votes
3 answers

CNTK on Azure Data Science VM

I have an N-Series Azure VM (the Data Science VM) with Tesla K80 GPU. According to the NVIDIA scanner my GPU driver is up to date. When I run my CNTK Brainscript it says "No GPUs Found" and runs in CPU mode. What can I do to…
Robert Sim
  • 1,428
  • 11
  • 22
2
votes
2 answers

Python Anaconda and azure-storage module

I am using a Data Science virtual machine on Azure that has anaconda python installed. I need to access module Azure storage blob using: from azure.storage.blob import BlockBlobService When dealing with this command I receive the message that the…
Roberto G.
  • 171
  • 5
  • 12
2
votes
1 answer

Increasing processing power of Azure Machine Learning workspace

Is there a way to increase the processing power of the Azure ML? I've deployed a neural network on a huge dataset (8000+ retina images, and Azure is taking an impossible amount of time to run the programme. Is it possible to deploy the ML workspace…
2
votes
2 answers

Install Spark using sparklyr and spark_install error

I am attempting to install spark using sparklyr and spark_install and I get the following error. C:\dsvm\tools\UnxUtils\usr\local\wbin\tar.exe: Cannot use compressed or remote archives C:\dsvm\tools\UnxUtils\usr\local\wbin\tar.exe: Error is…
Levi Brackman
  • 325
  • 2
  • 17
1
vote
0 answers

Cuda Out of Memory Error even after reducing the batch size

I'm trying to train a deep learning model in Azure Notebook which uses GPU from the DSVM-Ubuntu 18.04 which consists of Standard NC6 (6 vcpus, 56 GiB memory) and is getting the following Error: RuntimeError: CUDA out of memory. Tried to allocate…
Dilrukshi Perera
  • 917
  • 3
  • 17
  • 31
1
vote
1 answer

Is it possible to create custom Linux-based Docker image on Azure Windows Server DSVM

I am using an Azure DSVM in a DevTest Lab running Windows Server 2019. I am trying to get Docker installed and working to allow me to run local experiments from Azure ML Service environments. I want to build a custom Linux container on Docker -…
AlanBB
  • 91
  • 5
1
vote
0 answers

Py4JError: org.apache.spark.api.python.PythonUtils.getEncryptionEnabled does not exist in the JVM in DSVM

I am using a python script that establish pyspark environment in jupyter notebook. The kernel is Azure ML 3.6 #find SPARK_HOME Variable environment import findspark findspark.init() import pyspark; import os # These reference the jars mentioned on…
Emna Jaoua
  • 361
  • 6
  • 18
1
vote
1 answer

Jupyterhub password for azure dsvm setup with ssh login

I setup an azure dsvm using ssh keys instead of a username/password combo. Now, I am not sure how to log into the Jupyter hub because its asking for a username and password. What should the password be since I never entered one.
user2022284
  • 413
  • 1
  • 9
  • 22
1
2 3