Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.
/ docker.sas.awb Public archive

The SAS Viya Programming Environment in one container, in the style of an Analytics Work Bench. Presented at SAS Global Forum 2018.

Notifications You must be signed in to change notification settings

hornpolish/docker.sas.awb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We've Graduated!!

This repo has undergone the transformations required to graduate to https://github.com/sassoftware/sas-container-recipes

We added another level to the file tree so we can add other patterns of deploying in containers alongside this one.

This repo has been archived; please look at the sassoftware one -- it has been upgraded to handle SAS Viya 3.4 orders as well as the original 3.3 release.

Background

A docker container for a data scientist. (awb - analytics work bench). take your pick of

  • SAS Studio
  • R Studio
  • Jupyter Lab

How to build

ORDER={6-digit-SAS-order-number}
mkdir -p download/$ORDER
copy "SAS_Viya_deployment_data.zip" attachment from SAS Order email into download/$ORDER
edit $ORDER into sasORDER ENV variable in Dockerfile
docker-compose build

How to run

docker-compose up

To check the services are all started:

# There should be 4 services and status should be 'up'
./dostatus

Once they are all up, you can access these links (substitute localhost maybe)

Registry details

You may see references to "docker.sas.com/kent/..." -- that is the internal docker registry inside the SAS firewall. You'll want to substitute your own registry here.

Support

This is an example for you to use and change as you see fit. Probably you don't want hard coded passwords like we use here.

About

The SAS Viya Programming Environment in one container, in the style of an Analytics Work Bench. Presented at SAS Global Forum 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published