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.
A docker container for a data scientist. (awb - analytics work bench). take your pick of
- SAS Studio
- R Studio
- Jupyter Lab
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
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)
- http://localhost:80/cas for CAS Monitor
- http://localhost:80/SASStudio for SAS Studio
- http://localhost:80/Jupyter for Jupyter
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.
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.